XML DOM Example
- Previous Page DOM Clone Node
- Next Page XPath Introduction
The following examples use an XML file books.xml.
XML DOM loads XML
Accessing Nodes in XML DOM
XML DOM Node Information
XML DOM node list and attribute list
XML DOM Traversing the Node Tree
Locating Nodes in XML DOM
XML DOM Getting Node Value
XML DOM Changing Node Value
Deleting Nodes in XML DOM
Replacing Nodes in XML DOM
Creating Nodes in XML DOM
Adding Nodes in XML DOM
Cloning Nodes in XML DOM
- Previous Page DOM Clone Node
- Next Page XPath Introduction