开发者

To Read XML file in Android

开发者 https://www.devze.com 2023-01-07 16:31 出处:网络
I开发者_运维知识库 was tried to read XML file using SAXParser class, But it is displaying some special character such as [],<<..>>` etc. Can you help me to read XML with excluding special chars.

I开发者_运维知识库 was tried to read XML file using SAXParser class, But it is displaying some special character such as [],<<..>>` etc. Can you help me to read XML with excluding special chars.


Try the Normalization for the Node Content. normalize method helps for that. check this

0

精彩评论

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