Wednesday, 12 October 2016

XML : How to add XML declaration like before

Here is the rss feed I am trying to parse with XML SAX parse . http://www.hindustantimes.com/ht-feed/htsyndication.aspx?c=india&cat=india&Sec=True

Getting Error : org.apache.harmony.xml.ExpatParser$ParseException: At line 1, column 5: not well-formed (invalid token)

How should I add " " to my input XML ?

No comments:

Post a Comment