Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XmlDocument.changeNodeOwner(): alternative method in w3c?

Status
Not open for further replies.

SAFROLE

Programmer
Mar 15, 2001
5
US
Using Sun's XmlDocument, you have a method named changeNodeOwner( Node node), which allows you to set the parent of the node argument and all of its children. I need to change the code we have from Sun to w3c standards, but the Document class provided by w3c does not have this method. Is there an alternatove method to set the parent of a node?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top