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

