Close
jGuru Forums
Posted By: Pary_Alavi Posted On: Monday, January 20, 2003 03:44 AM
Hello
As 0x3 and 0x2 are not valid XML characters, I put them on a CDTATA section on my XML document.
The problem is that:
1. Is it correct to use CDATA section for this case?
2. When I 'm using org.apache.xerces.parsers.SAXParser to parse my XML document, it returns an error like this: "An invalid XML character (Unicode: 0x3) was found in the CDATA section".
3. what should I do to have these characters on my XML doc.
Thanx
Re: ***URGENT***XML document and CDATA Section
Posted By: Roseanne_Zhang Posted On: Monday, January 20, 2003 10:57 AM