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