| <?xml version="1.0" standalone="no"?> |
| <!DOCTYPE s1 SYSTEM "./dtd/document.dtd"> |
| <s1 title="Document Object Model"> |
| <s2 title="Introduction"> |
| <p> The Xerces2 provides an implementation of the following W3C Document Object Model (DOM) Recommendations:</p> |
| <ul> |
| <li><jump href='http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/'>DOM Level 1 Core and HTML</jump></li> |
| <li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/'>DOM Level 2 Core</jump></li> |
| <li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/'>DOM Level 2 Traversal and Range</jump></li> |
| <li><jump href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/'>DOM Level 2 Events: Mutation Events</jump></li> |
| </ul> |
| <p> |
| Xerces2 also provides an <strong>experimental</strong> implementation of <link idref="dom3">DOM Level 3 'Core' and 'Load and Save' Candidate Recommendations.</link>. |
| </p> |
| </s2> |
| |
| <s2 title="DOM Programmer's Guide"> |
| <p>This section provides the following topics:</p> |
| |
| <ul> |
| <li><jump href='http://www.w3.org/DOM/faq.html'>About DOM</jump></li> |
| <li><link idref='faq-dom'>How do I?</link> -- the most frequently asked questions |
| about DOM that include some sample code.</li> |
| <li><link idref='samples-dom'>DOM Samples</link> -- documents various DOM samples |
| included with Xerces</li> |
| </ul> |
| </s2> |
| </s1> |