Writing or appending to an XML file

Can someone give me an example of how to write or append to an XML file from a servlet?Cheers.
[108 byte] By [sundance01] at [2007-9-30 22:25:20]
# 1

you should look at the java almanac, it is a good resource for these types of questions.

check out this link

http://javaalmanac.com/egs/javax.xml.transform/WriteDom.html

there are many was to do it the above is just one example.....also depends on what you are using to parse/create your xml, xalan, xerces, dom, jdom........

this should get you started....

RyanEldridge at 2007-7-7 12:48:36 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...