Questions Tagged With xmlhttps://answers.axonivy.com/tags/xml/?type=rss&user=tiagoquestions tagged <span class="tag">xml</span>enTue, 10 Jan 2017 12:42:41 -0500Special character / Umlaut in XML with ch.ivyteam.ivy.scripting.objects.Xmlhttps://answers.axonivy.com/questions/2366/special-character-umlaut-in-xml-with-ch-ivyteam-ivy-scripting-objects-xml<p>When i do for example:</p> <pre><code>Xml field = new Xml("Field", "KOSTENTR&amp;#196;GER"); // Ä </code></pre> <p>"&amp;" is converted to "&amp; amp;", when i convert the xml object to string. </p> <p>It's look for example like this:</p> <pre><code>&lt;FIELD&gt;KOSTENTR&amp;amp;#196;GER&lt;/FIELD&gt; </code></pre> <p>How can i avoid this?</p>tiagoTue, 10 Jan 2017 12:42:41 -0500https://answers.axonivy.com/questions/2366/special-character-umlaut-in-xml-with-ch-ivyteam-ivy-scripting-objects-xmlxml