Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] nu.xom.IllegalNameException with some specific sort of XML documents

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Ondřej Černoš <cernoso AT gmail.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] nu.xom.IllegalNameException with some specific sort of XML documents
  • Date: Sat, 26 Apr 2008 06:46:11 -0700

Ondřej Černoš wrote:

And the stacktrace like this:

nu.xom.IllegalNameException: Attribute objects are not used to
represent namespace declarations
at nu.xom.Attribute._setNamespace(Attribute.java:489)
at nu.xom.Attribute.<init>(Attribute.java:168)
at nu.xom.Attribute.<init>(Attribute.java:122)
at nu.xom.converters.DOMConverter.makeElement(DOMConverter.java:388)
at nu.xom.converters.DOMConverter.convert(DOMConverter.java:349)
at
org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint.handleDomSource(AbstractXomPayloadEndpoint.java:97)

Where is this class coming from? I downloaded the Spring framework to see if it was doing anything too strange, but the entire org.springframework.ws package was not present so far as I could tell.

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




Archive powered by MHonArc 2.6.24.

Top of Page