Contents

1   cxml and SAX: Introduction
2   SAX in a nutshell: It's just a list of methods, isn't it?
3   Let's get started: A practical example
4   SAX handlers: Make your own SAX handler in two steps
5   Elements: It's not an XML document without an element
6   END-DOCUMENT: Returning a value
7   Building stuff: From SAX to objects
8   Walking objects: From objects back to SAX
9   Converting between representations: From object to object
10   Serializing: Back to bit and bytes
11   Transforming: The SAX proxy
12   with-xml-output: Macros that generate SAX events
13   HAX: HTML doesn't need namespaces
14   More on events (1/3): Attributes
15   More events (2/3): Various noise
16   More events (3/3): DTD information
17   Context: Line number and URI
18   Closure XML and HTML