I am creating XML using Xerces by Serialization
I am having requirement where i am having a XML tag as <Turnover> which has attribute with the name attribute.
Normally it looks like this.
<Turnover company="XYZ">28733</Turnover>
But if the company name is ваыс which i am encoding to ваыс using StringEscapeUtils.escapeXml(
String)but when i amserializing it appears like this
<Turnover company="ваыс">28733</Turnover>