At my company we use the Sax Content Handler to parse XML data files.
We are running into a problem where the client is some times sending an & with out the accompanying amp; example. They send <Client Name> AT&T</client Name>
The Sax crashes between two functions it seems and we can’t seem to find a way to catch the error before it happens to try and avoid it.
Has anyone come across this and found a way to fix it?
Thanks
We are running into a problem where the client is some times sending an & with out the accompanying amp; example. They send <Client Name> AT&T</client Name>
The Sax crashes between two functions it seems and we can’t seem to find a way to catch the error before it happens to try and avoid it.
Has anyone come across this and found a way to fix it?
Thanks
Comment