Construct a SAX program to process a simple XML document.
A SAX program processes the input one tag at a time; while this model
is more difficult to code it can be significantly faster than the
equivalent program written using DOM.
Answers: [Introducing SAX] [Casablanca]