RE: Creating a string from a portion of XML DOM tree

2001-09-13 Thread Rahul Srivastava
Try using importNode and this should solve your problem. Cheers, Rahul. > From: Menarek John-NJM010 <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: Creating a string from a portion of XML DOM tree > Date: Wed, 12

RE: Creating a string from a portion of XML DOM tree

2001-09-12 Thread Menarek John-NJM010
er 12, 2001 11:24 AM To: [EMAIL PROTECTED] Subject: RE: Creating a string from a portion of XML DOM tree 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:[

RE: Creating a string from a portion of XML DOM tree

2001-09-12 Thread Howard Roberts
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