An invalid XML character (Unicode: 0x1e) was found in the CDATA section

2007-08-07 Thread pmkwan
Can someone please explain why the parser is throwing this error: xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1e) was found in the CDATA section. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at com.sun.o

Re: An invalid XML character (Unicode: 0x1e) was found in the CDATA section

2007-08-07 Thread Max Bowsher
pmkwan wrote: > Can someone please explain why the parser is throwing this error: > > xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1e) was > found in the CDATA section. > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown > Sou

Re: An invalid XML character (Unicode: 0x1e) was found in the CDATA section

2007-08-07 Thread pmkwan
Thanks for the prompt reply. Since I'm using java, and my database is MySQL, do you know what I should use to output this character (Unicode: 0x1e) correctly within the CDATA section? If there's no easy solution, does that mean I have to filter out these funky characters before outputting them i

Re: An invalid XML character (Unicode: 0x1e) was found in the CDATA section

2007-08-07 Thread Max Bowsher
pmkwan wrote: > Thanks for the prompt reply. Since I'm using java, and my database is MySQL, > do you know what I should use to output this character (Unicode: 0x1e) > correctly within the CDATA section? > > If there's no easy solution, does that mean I have to filter out these funky > characters

Re: An invalid XML character (Unicode: 0x1e) was found in the CDATA section

2007-08-07 Thread Aleksander Slominski
Max Bowsher wrote: > pmkwan wrote: > >> Thanks for the prompt reply. Since I'm using java, and my database is MySQL, >> do you know what I should use to output this character (Unicode: 0x1e) >> correctly within the CDATA section? >> >> If there's no easy solution, does that mean I have to filte

Re: An invalid XML character (Unicode: 0x1e) was found in the CDATA section

2007-08-07 Thread Michael Glavassevich
Max Bowsher <[EMAIL PROTECTED]> wrote on 08/07/2007 09:55:10 PM: > pmkwan wrote: > > Thanks for the prompt reply. Since I'm using java, and my > database is MySQL, > > do you know what I should use to output this character (Unicode: 0x1e) > > correctly within the CDATA section? > > > > If there