DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6783>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6783 ArrayIndexOutOfBoundsException Summary: ArrayIndexOutOfBoundsException Product: Xerces2-J Version: 2.0.0 Platform: Other URL: http://www.sebastian-bergmann.de/xerces/ OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The application in http://www.sebastian-bergmann.de/xerces/Aufgabe1.java yields an ArrayIndexOutOfBoundsException when called on http://www.sebastian-bergmann.de/xerces/test.xml.; The application works fine if there's only one of the <p>...</p> blocks in the XML file. The application works fine with XercesJ 1.4.4. java.lang.ArrayIndexOutOfBoundsException at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1193) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:389) at Aufgabe1.main(Aufgabe1.java:47) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
