Saving XML documents using JAXP

Hi,

I'd like to know how can we save an XML document using the JAXP 1.1 API. I have been manipulating an XML document using the JAXP API using setNodeValue and other methods in the Document and Node interfaces, but there is no method available in the API for saving the XML document after manipulating it.

Would appreciate an early reply in this regard.

Thanks in advance,

Jatin Shroff

[425 byte] By [jcshroff] at [2007-9-26 2:29:34]
# 1
See this thread - http://forum.java.sun.com/thread.jsp?forum=34&thread=149157I would certainly go for JDOM. There are 2 simple Javaworld tutorial pointed to from the Documentation link on jttp://www.jdom.org
thebobster at 2007-6-29 9:46:57 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...