how to write XML document into file?
Thanks in advance!
I met a problem while I write an application using JAXP, I want to parse a XML document and modify its contents ,but right now the JAXP1.1 doesn't support write the document object back to XML file, from the JAXP tutorial, they says that there is a class named com.sum.xml.tree.XmlDocument could help me , but I can't find that class in every package I could get. Can somebody help me and tell me where is this damed class or is there any other vendor's API I could use

