tags:

views:

39

answers:

1

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