You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by haipeng du <ha...@gmail.com> on 2005/02/04 22:06:07 UTC

about SAX exception

I got an error when I use Digester
org.xml.sax.SAXParseException: more pseudo attributes is expected.
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at org.apache.commons.digester.Digester.parse(Digester.java:1600)
	at com.comphealth.chameleon.XMLTest.main(XMLTest.java:34)
What kind of pseudo attributes are required for parsing? 
Thanks a lot.
-- 
Haipeng Du
Software Engineer
Comphealth, 
Salt Lake City

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: about SAX exception

Posted by Simon Kitching <sk...@apache.org>.
Hi Haipeng,

On Fri, 2005-02-04 at 14:06 -0700, haipeng du wrote:
> I got an error when I use Digester
> org.xml.sax.SAXParseException: more pseudo attributes is expected.
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at org.apache.commons.digester.Digester.parse(Digester.java:1600)
> 	at com.comphealth.chameleon.XMLTest.main(XMLTest.java:34)
> What kind of pseudo attributes are required for parsing? 


This is a message from the xml parser, indicating that your input xml is
not valid xml. It isn't a message generated by Digester, or related to
Digester in any way.

I would recommend asking this question on some general XML mailing list,
or consulting the documentation for your xml parser.

Regards,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org