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=6297>. 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=6297 OutOfMemory error when parsing a non WF document with ByteArrayStream ------- Additional Comments From [EMAIL PROTECTED] 2002-03-21 06:52 ------- You can't have more than one root element in an XML document. If u try to parse such a document you'll end up in a fatal error. [Fatal Error] :2:2: The markup in the document following the root element must be well-formed. Also, you have set validation to true but haven't supplied any grammar. I don't see any OutOfMemory error. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
