In android, when writing some values containing '&' in the text part, FastXmlSerializer.attribute() or Xml.newSerializer().attribute(), method encodes '&' as '& ;'. Is there any other Xml serializer or the property that must be set to write '&' as it is in xml data?
Thanks in advance.