Hi I am trying to read a csv file, convert it into xml and write the document to a file. It works fine when the document is small but when the document size is big(20k elements), it doesnt print the whole document and we see incomplete document in output. Here is what i am using to print the document.
OutputFormat format = OutputFormat.createPrettyPrint(); XMLWriter writer = new XMLWriter( new FileWriter( "output.xml" ) ); writer.write( doc ); Is this a bug ? Thanks Jojy G Varghese ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ dom4j-user mailing list dom4j-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dom4j-user