SAX.setDocumentLocator() SAX.startDocument() SAX.startElement(html) SAX.ignorableWhitespace( , 1) SAX.startElement(head) SAX.ignorableWhitespace( , 1) SAX.startElement(meta, name='Author', content='Root <root@aol.com>') SAX.endElement(meta) SAX.ignorableWhitespace( , 1) SAX.endElement(head) SAX.ignorableWhitespace( , 1) SAX.endElement(html) SAX.ignorableWhitespace( , 1) SAX.endDocument()