Dear All, I'm using Castor's Marshaller API to marshal java object to xml. The input object has some unicode characters of the form & # x 1234; (without spaces) representing chinese characters. The output xml after marshalling displays & amp ; x 1234; (without spaces) in place of & # x 1234; (without spaces) as a result of which chinese characters are not rendered correctly when the XML is transformed into HTML using XSLT. I'm using UTF-8 encoding.
Any help is greatly appreciated. Thanks. -- View this message in context: http://www.nabble.com/Invalid-Unicode-characters-in-XML-tp15951719p15951719.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

