
On Thu, Nov 10, 2011 at 2:35 PM, Thaman chand <cloudchand@gmail.com> wrote:
The problem I understand is there is mismatch in the XML Syntax (start and end). The file is too huge I can't look inside at particular line between 751969:438466. But I tried what a naive do using sed command (sed -n 751969p filename) for specific line. So here are specific line output 751969 and 438466. It clearly shows that element start and end is not matching. But, the problem is I can't open such a huge file and do editing manually.
How about writing a SAX parser to walk through the document and keep track of which elements still haven't been closed, reporting what's still open when you get to the end (or what's left over after the top-level element is closed, if the problem is in the other direction). -- Bob Kline http://www.rksystems.com mailto:bkline@rksystems.com