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
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