You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by os...@ie.ibm.com on 2001/04/23 12:01:43 UTC

Re: Xerces-Xalan XPath utility problem if it is used to parse xml with namespace att




Are you using 1.3.1? If so,
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1028  might be your
problem - try using Xerces 1.3.0 (which works for me) or build your own
from CVS (fixes the bug properly).

You should be seeing something like the following on stdout when parsing
though (the parse does continue so you might be missing it)

SAX Error Parsing org.w3c.dom.DOMException: DOM003 Namespace error
org.w3c.dom.DOMException: DOM003 Namespace error
     java.lang.Throwable()
     java.lang.Exception()
     org.xml.sax.SAXException(java.lang.Exception)
     void
org.apache.xerces.framework.XMLParser.parse(org.xml.sax.InputSource)
     ...

j.

John O'Shea,
Phone : + 353 1 8154228       Email : oshea2j@ie.ibm.com



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


Re: Xerces-Xalan XPath utility problem if it is used to parse xml with namespace att

Posted by Ashish <as...@ectone.com>.
Hi all,

I have a performance related issue regarding XSLT Processor API of xalan. Is
this the right place to post such questions?.. please help.

Thanks,
--Ashish

----- Original Message -----
From: <os...@ie.ibm.com>
To: <xe...@xml.apache.org>
Sent: Monday, April 23, 2001 3:01 AM
Subject: Re: Xerces-Xalan XPath utility problem if it is used to parse xml
with namespace att


>
>
>
>
> Are you using 1.3.1? If so,
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1028  might be your
> problem - try using Xerces 1.3.0 (which works for me) or build your own
> from CVS (fixes the bug properly).
>
> You should be seeing something like the following on stdout when parsing
> though (the parse does continue so you might be missing it)
>
> SAX Error Parsing org.w3c.dom.DOMException: DOM003 Namespace error
> org.w3c.dom.DOMException: DOM003 Namespace error
>      java.lang.Throwable()
>      java.lang.Exception()
>      org.xml.sax.SAXException(java.lang.Exception)
>      void
> org.apache.xerces.framework.XMLParser.parse(org.xml.sax.InputSource)
>      ...
>
> j.
>
> John O'Shea,
> Phone : + 353 1 8154228       Email : oshea2j@ie.ibm.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org