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.
A:
Try the Normalization for the Node Content. normalize
method helps for that. check this
Praveen Chandrasekaran
2010-07-19 10:31:06