| |
| | Tip: Basics of bootstrapping with DOM, Part 1 |
 | | This tip, the first in a series on bootstrapping with DOM, explains what bootstrapping is, explores the problems associated with it, and lays out the basics for use in DOM Levels 1 and 2. |
 | | In both DOM Level 1 and Level 2, the process you use to get a DOM implementation to work with is a bit of a challenge. |
 | | However, DOM is also useful because it allows you to create a new XML structure using a DOM tree, and then serialize that structure out to a file or other output sink. |
| www.ibm.com /developerworks/xml/library/x-tipboot1.html (993 words) |
|