[jdom-interest] XMLOutputter beta7-6 compatibility
Peter Coppens
Peter.Coppens at merant.com
Tue Jul 10 01:59:02 PDT 2001
Is there a way to have the Beta7 XMLOutputter create output that is the same
as the Beta 6 XMLOutputter output.
I use the following code to output XML.
org.jdom.output.XMLOutputter jOut = new org.jdom.output.XMLOutputter ( "
", true, encoding );
jOut.setLineSeparator ( System.getProperty ( "line.separator" ) );
jOut.output ( jdoc, writer );
This (also) works fine with Beta 7, but the problem is the output is
differently formatted. Although the Beta7 output certainly 'looks' better, I
have about 128Mb of regression testing output I now have to update.
Thanks,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20010710/e76bf192/attachment.htm
More information about the jdom-interest
mailing list