<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>XMLOutputter beta7-6 compatibility</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Is there a way to have the Beta7 XMLOutputter create output that is the same as the Beta 6 XMLOutputter output.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I use the following code to output XML.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp; org.jdom.output.XMLOutputter jOut = new org.jdom.output.XMLOutputter ( &quot;&nbsp; &quot;, true, encoding );</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; jOut.setLineSeparator ( System.getProperty ( &quot;line.separator&quot; ) );</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; jOut.output ( jdoc, writer );</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">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. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Peter</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;</FONT>
</P>

</BODY>
</HTML>