Special character / Umlaut in XML with ch.ivyteam.ivy.scripting.objects.Xml
When i do for example:
Xml field = new Xml("Field", "KOSTENTRÄGER"); // Ä
"&" got converted to "&", "& amp;", when i convert the xml object to string. How can i avoid this?