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 speci
Solution 1:
Try the Normalization for the Node Content. normalize
method helps for that. check this
Post a Comment for "To Read Xml File In Android"