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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
