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=17180>. 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=17180 OutOfMemoryException using XMLSerializer Summary: OutOfMemoryException using XMLSerializer Product: Xerces2-J Version: 2.3.0 Platform: PC OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Serialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I use a SAX parser (org.apache.xerces.parsers.SAXParser) to read XML documents of a size of more than 100MB and an XML serializer (org.apache.xml.serialize) to write the output SAX based using the methods startElement, endElement and charcters only. I configure the output format to be indenting with an indent of 1 and specify the line width to be 0. If the input XML document is already indented I get an OutOfMemoryError. Did I make a mistake? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
