A
Andy Coleman
Hi,
I am trying to pasrse an XML message fed from another system. It is
not forming the XML correctly and is modifying '&' characters in the
text. So when it has text such as 'this&that' it does not generate
'this&that' but leaves it as 'this&that'.
I have asked the people who generate the xml message to change their
software to work correctly but is there a way I can get around this in
the meantime.
I am using xerces SAX parser version 2.6.2
Thanks for the help.
Andy
I am trying to pasrse an XML message fed from another system. It is
not forming the XML correctly and is modifying '&' characters in the
text. So when it has text such as 'this&that' it does not generate
'this&that' but leaves it as 'this&that'.
I have asked the people who generate the xml message to change their
software to work correctly but is there a way I can get around this in
the meantime.
I am using xerces SAX parser version 2.6.2
Thanks for the help.
Andy