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=8012>.
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=8012

ArrayIndexOutOfBoundsException on DTDGrammar

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |



------- Additional Comments From [EMAIL PROTECTED]  2002-04-16 08:29 -------
I don't think it's a bug in JDOM.  Here's the code in SAXOutputter that 
generates the events:

// Parse dummy XML document to fire DTD events.
createDTDParser().parse(new InputSource(
  new StringReader(dtdDoc)));

Note that JDOM simply asks the parser to parse the beginning of the document.  
Xerces is receiving its own events.  The fact it works in Xerces 1.4.4 leads one 
to suspect a 2.0.1 bug.  Maybe not on the receiving side but on the 
generating side?  I'll reopen since my gut is telling me this is a real bug.

-jh-

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to