Hi! I read the whole XML document into memory, made the necessary changes using setNodeValue(String). However, this doesn't seem to affect the actual xml file. How do I save my changes to XML file?
The xml doucment is about 10 pages and I am only making change to one node value. Is there a way to output the xml file without looping through createTextNode() for each node.