|
Hi, All,
Searching from the mailing list and I have found several past entries about the illegal XML character topic but none of them have given a definite answer. I would like to know how people are handling them in their applications. My own example is due to the fact that there are delimiters like Unicode \u0005 in my data which causing the exception like listed below.
AxisFault
Axis server run fine and converts the Unicode to its entity reference like “&#xN;” and it does not throw any error. The problem is on the client side which it failed. My question is that is there a way to tell the client Sax parser to ignore this and leave it to the client application to handle “&#xN;” as it fits.
Any suggestion is greatly appreciated.
Thanks,
Scott
|
- Re: Illegal XML character revisit and ways to handle th... Liu, Scott
- Re: Illegal XML character revisit and ways to hand... gary . si . grewal
