blob: 665539c1cbbfc43a4433be076f9e7af573b1c635 [file] [log] [blame]
Daniel Veillardfc484dd2004-10-22 14:34:23 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(html, -//W3C//DTD HTML 4.01 Transitional//EN, http://www.w3.org/TR/html4/loose.dtd)
4SAX.processingInstruction(xml-stylesheet, href="./css/ht2html.css" type="text/css"?)
5SAX.startElement(html)
6SAX.ignorableWhitespace(
7, 1)
8SAX.comment( THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. )
9SAX.ignorableWhitespace(
10, 1)
11SAX.startElement(head)
12SAX.ignorableWhitespace(
13, 1)
14SAX.startElement(title)
15SAX.characters(Python Programming Language, 27)
16SAX.endElement(title)
17SAX.ignorableWhitespace(
18, 1)
19SAX.endElement(head)
20SAX.ignorableWhitespace(
21, 1)
22SAX.startElement(body)
Daniel Veillard36d73402005-09-01 09:52:30 +000023SAX.characters(
Daniel Veillardfc484dd2004-10-22 14:34:23 +000024, 1)
25SAX.endElement(body)
26SAX.endElement(html)
27SAX.ignorableWhitespace(
28, 1)
29SAX.endDocument()