I think a DocumentFragment object is what you need: org.w3c.dom.DocumentFragment org.apache.xerces.dom.DocumentFragmentImpl
-----Original Message----- From: Menarek John-NJM010 [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: Creating a string from a portion of XML DOM tree Hi I need to pass on a portion of DOM parse tree in it's original text form to another program In Microsoft's extension to the DOM; IXMLDOMNode has a property called xml which is used to convert the current node and its subtree into an XML document. So far I have not found a way to do this in Xerces Thanks John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
