You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Srivastava, Sujit" <Su...@fmr.com> on 2009/03/26 14:12:19 UTC

[BETWIXT] Bitwixt XMLOutput

> Hi,
> 
> I have a question here.
> I am using bitwixt to write objects as xml in a file.
> But there are line feeds added after each line in the output. 
> E.g. 
> 
> <?xml version='1.0' ?><person>
> <name>John Smith</name>
> <age>21</age>
> </person>
> 
> I want to get rid of these line feeds and display the whole xml in a
> single line.
> Like this:<?xml version='1.0' ?><person><name>John
> Smith</name><age>21</age></person>
> 
> 
> Any ideas ?
> 
> Thanks,
> Thanks, 
> Sujit Srivastava
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org