Web Services, Part VII: XML Object's Nodes and Types: A Final Word - Doc JavaScript
Web Services, Part VII: XML Object's Nodes and Types
A Final Word
In this column we continued our series on Web services. This is the second in a miniseries about XML loading and manipulating of the DOMDocument
object. We focused in this column on node types and node names. We showed you for each node type, which types are possible parents and which types are possible children. We also described how to create a new node (of any type), a new element (tag) node, and a new attribute node. For each of these methods, we showed you not only how to create new nodes, but also how to integrate them within the document object.
In this column you have learned:
- How to determine possible parent and child types
- How to set the node name
- How to create a new general node
- How to create a new element (tag) node
- How to create a new attribute node
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: January 28, 2002
Revised: January 28, 2002
URL: https://www.webreference.com/js/column102/7.html