When you are serializing, please ensure that you have set your OutputFormat
properties properly.

For eg, do you have OutputFormat properties set like this

   OutputFormat of = new OutputFormat(doc);   //Serialize DOM
   of.setPreserveSpace(false);
   of.setIndent(5);
   of.setLineWidth(80);

it works fine with me.

Hope this helps.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to