users@jaxb.java.net

Re: Encoding

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Wed, 29 Sep 2004 10:38:41 -0400

Vishal.Manchanda_at_iflexsolutions.com wrote:
>
> I'm using the correct property name exactly the way u have specified.
>
> It's not throwing property exception.
>
> Can u please revert with the possible solution.
>

Jochen's recommendation is the way to go:

> When marshalling into a DOM node (or a SAX handler), the encoding is most probably completely ignored. And that's just as it ought to be. You've got to care for the encoding, when converting the element into a Writer or InputStream.
>
> Jochen

If you need more help, please send a few lines of code that show
how you're configuring the marshaller, marshalling, and finally
writing the DOM to xml.

Thanks,

--Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net