![[Back]](../images/back.gif)
XML Infoset: in Last Call
- Defines abstract data model for XML 1.0 + Namespaces
- Tree of information items of various kinds: document, element,
attribute,...
- Information items have properties
- Abstracts away from character stream
- XML 1.0 + Namespaces is a concrete serialization of an infoset
- DOM is a programmatic interface to an infoset
42
Copyright (c) 2001 Mary Holstege
All rights reserved.