Problem writing UTF-8 XML with an Umlaut

2014-10-02 Thread Johnson, Wayne
I have a Java program that is writing information from a database to an XML file. I create a DOM document, add an element, and set the value with: Element id=parent.createElement("EventRuleInputDefinition"); ... id.setAttribute("Value", getVal()); Later, I then go to write the Document

RE: Problem writing UTF-8 XML with an Umlaut

2014-10-02 Thread Johnson, Wayne
oronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org "Johnson, Wayne" wrote on 10/02/2014 11:26:21 AM: > I have a Java program that is writing information from a database to > an XML file. I create a DOM document, add an element, and set the > value with: &g