Hi,
When running the
SAXCounter example with the attached files I got the following
NullPointerException!
java.lang.NullPointerExceptionat org.apache.xerces.validators.common.XMLValidator.checkContent(XMLValidator.java:4136)at org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1386)at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1205)at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
I got the
exception as a result of the following lines in the XML file (refer to the
attached JellyTest.xml file):
<Var name="v1">
<Expr> bla bla </Expr>
</Var>
When removing those
lines from the file the example runs with no exceptions.
What's
wrong?
Thanks in
advanced.
Ala
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Jelly.xsd