Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM + XInclude + XSLT Transform + EntityResolver

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Thomas LEDUC <thomas.leduc AT cerma.archi.fr>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] XOM + XInclude + XSLT Transform + EntityResolver
  • Date: Wed, 16 Jun 2010 11:56:00 +0200

Michael Kay a écrit :
>> What should I do to solve my bug ?
>>
>
> Examine the stack trace. If you don't understand it, post it here, where
> there's a good chance that someone will.
>
> Michael Kay
> Saxonica
>

Dear Michael,
Thanks for your answer. Is the following trace the right one ?

[Fatal Error] :1:20: A pseudo attribute name is expected.
Exception in thread "main" nu.xom.ParsingException: A pseudo attribute
name is expected. at line 1, column 20
at nu.xom.Builder.build(Unknown Source)
at nu.xom.Builder.build(Unknown Source)
at org.solenetb.engine.MyXomTest.main(MyXomTest.java:39)
Caused by: org.xml.sax.SAXParseException: A pseudo attribute name is
expected.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
... 3 more





Archive powered by MHonArc 2.6.24.

Top of Page