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
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
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
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
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
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