Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] filtering processing instructions

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Benson Margulies" <bim2007 AT basistech.com>
  • To: "Elliotte Harold" <erharold AT gmail.com>, "xom-interest" <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] filtering processing instructions
  • Date: Fri, 21 Sep 2007 08:08:19 -0400

I'm pretty sure that you are correct that it's whatever parser is
defaultly showing up in JDK1.5 and used by XOM.

> -----Original Message-----
> From: xom-interest-bounces AT lists.ibiblio.org [mailto:xom-interest-
> bounces AT lists.ibiblio.org] On Behalf Of Elliotte Harold
> Sent: Friday, September 21, 2007 8:05 AM
> To: xom-interest
> Subject: Re: [XOM-interest] filtering processing instructions
>
> Benson Margulies wrote:
> > I think these are resulting from feeding a somewhat messy file to
the
> > XOM Builder via an InputSource. This seems to be independent of the
> > NodeFactory. It just shows up on System.err. Is this possible, or
should
> > I be looking for another culprit?
>
> Nothing in XOM core should be printing anything on System.err. It may
> well be Xerces being obnoxious again. Do you have a small reproducible
> test case?
>
> > [Fatal Error] :18:12626: An invalid XML character (Unicode: 0x1a)
was
> > found in the CDATA section.
> > [Fatal Error] :18:1689: An invalid XML character (Unicode: 0x1a) was
> > found in the CDATA section.
> > [Fatal Error] :18:1004: An invalid XML character (Unicode: 0x1a) was
> > found in the CDATA section.
> > [Fatal Error] :18:5171: An invalid XML character (Unicode: 0x1a) was
> > found in the CDATA section.
> > [Fatal Error] :18:2163: An invalid XML character (Unicode: 0x1a) was
> > found in the CDATA section.
> > [Fatal Error] :18:11983: An invalid XML character (Unicode: 0x1a)
was
> > found in the CDATA section.
> > [Fatal Error] :18:5171: An invalid XML character (Unicode: 0x1a) was
> > found in the CDATA section.
> > [Fatal Error] :18:12626: An invalid XML character (Unicode: 0x1a)
was
> > found in the CDATA section.
> >
> > _______________________________________________
> > XOM-interest mailing list
> > XOM-interest AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/xom-interest
>
>
> --
> Elliotte Rusty Harold elharo AT metalab.unc.edu
> Java I/O 2nd Edition Just Published!
> http://www.cafeaulait.org/books/javaio2/
>
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
> _______________________________________________
> XOM-interest mailing list
> XOM-interest AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/xom-interest




Archive powered by MHonArc 2.6.24.

Top of Page