I am using Xerces (apache.org), which contains the Xerces Dom parser. So far, I have managed to load data from an xml file to a jsp page. But I haven't been able to do the opposite, that is, save data from the jsp page to my xml file. What I am trying to do is load the data from an xml file, alter them in some way and save the changes. Someone advised me to use the dom commands "serialize" and the "treeWalker". What do I have to do?
Thanks in advance,
Katerina