Hi Nuno,

you could use JiBX's JDOMWriter and output the generated Document using
JDOM's XMLOutputter. It allows you to configure the format used during
output and can append directly to an OutputStream oder Writer.

Regards,
Andreas

Nuno Ferreira wrote:
> Hi all,
>  
>  
> simple question, how can i through a StreamWriter eliminate the xml
> header <?xml version....>
>  
> i want to marshall small amounts of xml and i]m doing appends into a
> outputstream, and the bits of xml are with
> the xml header and i don't want them.
>  
> does anyone have an idea?



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to