20Copyright © 2000-2001 Profile Consulting Inc.20
SAX

Simple API for XML
http://www.megginson.com/SAX/
But Megginson wants to hand if off.
An event-based abstract API.
As the parser reads a document it makes incremental callbacks to application code, reporting each element as it is discovered.
GOF's Builder design pattern.