users@jaxb.java.net

Re: Marshalling in chunks?

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Tue, 16 Aug 2005 16:25:01 -0400

eguy66_at_optonline.net wrote:
>
> I thought setting the
> xmlDeclaration property to false might solve things, but it had no
> effect. Any suggestions?
>

This sounds like a bug. For one, we now have a portable property
Marshaller.JAXB_FRAGMENT rather than the RI specific property. I'll
confirm some details and fix the code...

--Ryan