It's just one of many tools that you should have in your XML development arsenal, ready to engage when needed. This tutorial explores the DOM and the basics of how it is used. In doing so, you learn how it provides a set of interfaces that can be used to represent an entire XML document programmatically. This tutorial discusses
- What the Document Object Model is
- The interfaces that make up the DOM
- How to build programs that traverse the DOM
- How to access specific data inside an XML document using the DOM
- How to modify an XML document using the DOM
by
updated