Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] very strange behavior

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Michael Kay" <mike AT saxonica.com>
  • To: "'Elliotte Harold'" <elharo AT metalab.unc.edu>, "'Lowell Kirsh'" <lowellk AT gmail.com>
  • Cc: 'xom-interest' <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] very strange behavior
  • Date: Thu, 17 May 2007 12:43:22 +0100

> It shouldn't matter but you're not setting namesapce aware to true.
>
> Do you have a sample doc?

One possibility is that there's a rogue JAR file or system property setting
that's causing some SAX filter to be picked up instead of the real XML
parser. User-written SAX filters often cause trouble because they tend to be
less than 100% conformant to the SAX spec. Try establishing the class name
of the actual XML parser that was loaded by the factory methods.

Michael Kay
http://www.saxonica.com/





Archive powered by MHonArc 2.6.24.

Top of Page