To Read XML file in Android
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
加载中,请稍侯......
精彩评论