I understand according to the XML specifications, this only needs to be done in CDDATA as mentioned here http://issues.apache.org/jira/browse/XERCESJ-680.
The reason I need to do this is I am using Axis2 to send data to another endpoint. This other endpoint is using some 3rd party program for XML parsing that needs to have <, >, &, ', and " all replaced with their escape strings. The serializer already does < and &, can is there a way to tell it to also do the other three (', ", and >). If I had a way to change the program they are using I would, but unfortunately that's out of my control.
I have looked all over for this, so any help is very much appreciated. Thanks for your time.
Wes
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com
