how to use xmlread function on data received in http response message with content type = application/xml
1 view (last 30 days)
Show older comments
how to use xmlread function on data received in http response message with content type = application/xml?
0 Comments
Accepted Answer
TADA
on 31 Oct 2018
Yair altman had a very good blog post on that https://undocumentedmatlab.com/blog/parsing-xml-strings
3 Comments
TADA
on 1 Nov 2018
Edited: TADA
on 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
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!