blob: 43e1b11a2b65e6b8bc93f19cb3eeaa0e3b9a332e [file] [log] [blame]
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(html)
SAX.characters(
, 1)
SAX.startElement(head)
SAX.characters(
, 1)
SAX.startElement(meta, name='Author', content='Root <root@aol.com>')
SAX.endElement(meta)
SAX.characters(
, 1)
SAX.endElement(head)
SAX.characters(
, 1)
SAX.endElement(html)
SAX.characters(
, 1)
SAX.endDocument()