Subject:SAX Parser error bcos of special character.. Author:Nejmal Salim Date:15 Aug 2006 11:57 PM
Hi,
I have a mainframe batch xml file with Client names.
One of the client has the following name
First-Name : Monica
Last-Name : Quiones
Because of the special character in the Last-Name, the XML parser (SAX parser) is throwing an error.
Now the problem is
1) We don't want to discard this record because we have to send this client
2) We cannot check for this character in the program & change it to some other character because we might have some other special charcters as well.
Please let me know what are the options we have here.
1) Is there any other parser which can read this batch file & process special characters without throwing an error?
2) Is there something which can be done in the mainframe batch file so that SAX parser can process without error?