Vishal.Manchanda_at_iflexsolutions.com wrote:
>
> I'm marshalling it into an element and then creating a xml document .
> Xml document is not showing the characters correctly.
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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net