| Sign In/My Account | View Cart |
|
|
Resource Guide -> DOM Tutorials -> What's New in the DOM Level 2 Core?
What's New in the DOM Level 2 Core?
Date: Mar. 12, 2001 The Document Object Model provides parsing applications access to the information of an XML document, which is expressed as a hierarchical "tree". Parent, child, and sibling links of a node interface allow the tree structure to be navigated, so useful work can be accomplished with the information. DOM Level 2 introduces support for Namespaces in XML. This allows any element type or attribute name to be uniquely identified by a Uniform Resource Identifier (URI) that is a two-part "name" comprised of its local name and its XML namespace. This combats duplication and naming conflicts, and allows multiple XML vocabularies to be used in the same document. The author explains the mechanism, and new namespace-aware methods. New functionality for working with multiple documents is also explored. |
|
Sponsored By: |