[Previous]

Infoset WG

 [Next]

 

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
    • DOM
    • XSL
    • Linking
    • Schemas
[Previous]

XML & JAVA:   PORTABLE DATA — PORTABLE CODE

 [Next]