how to use xmlread function on data received in http response message with content type = application/xml
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
how to use xmlread function on data received in http response message with content type = application/xml?
0 Kommentare
Akzeptierte Antwort
TADA
am 31 Okt. 2018
Yair altman had a very good blog post on that https://undocumentedmatlab.com/blog/parsing-xml-strings
3 Kommentare
TADA
am 1 Nov. 2018
Bearbeitet: TADA
am 1 Nov. 2018
I'm not 100% sure but as far as i understand it, httpresponse generates an xml Dom by default using java objects, unless you run Matlab with no jvm configured, and then you just get the xml text back.
If your question was about the utf8, it's just a format for storing text, like ASCII
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!