| Basic problem: What's in a document after it's parsed - Developing a data model for XML
- Defining the objects that an XML application can expect to
find in a document
- Elements and attributes? Of course.
- Comments? Maybe.
- Individual characters? Maybe not.
- Other key groups are heavily dependent on the data model
| |