Return to lt.html.sax CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / HTML |
1.1 ! misho 1: SAX.setDocumentLocator() ! 2: SAX.startDocument() ! 3: SAX.startElement(html) ! 4: SAX.ignorableWhitespace( ! 5: , 1) ! 6: SAX.startElement(head) ! 7: SAX.ignorableWhitespace( ! 8: , 1) ! 9: SAX.startElement(meta, name='Author', content='Root <root@aol.com>') ! 10: SAX.endElement(meta) ! 11: SAX.ignorableWhitespace( ! 12: , 1) ! 13: SAX.endElement(head) ! 14: SAX.ignorableWhitespace( ! 15: , 1) ! 16: SAX.endElement(html) ! 17: SAX.ignorableWhitespace( ! 18: , 1) ! 19: SAX.endDocument()