开发者

Get encoding for xml-file using TBXML

开发者 https://www.devze.com 2023-03-16 23:46 出处:网络
How do I access开发者_如何转开发 the encoding for an xml-file using TBXML? To clarify: I would like to acsess the top row in an xml-file and there get the value of encoding by using TBXML.

How do I access开发者_如何转开发 the encoding for an xml-file using TBXML?

To clarify: I would like to acsess the top row in an xml-file and there get the value of encoding by using TBXML.

?xml version="1.0" encoding="utf-8"?


You can't, it's not part of the xml document.

Why do you want to know the encoding?

0

精彩评论

暂无评论...
验证码 换一张
取 消