how to use xmlread function on data received in http response message with content type = application/xml

1 次查看(过去 30 天)
how to use xmlread function on data received in http response message with content type = application/xml?

采纳的回答

TADA
TADA 2018-10-31
Yair altman had a very good blog post on that https://undocumentedmatlab.com/blog/parsing-xml-strings
  3 个评论
TADA
TADA 2018-11-1
编辑:TADA 2018-11-1
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

请先登录,再进行评论。

更多回答(0 个)

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by