source:
vbox/trunk/src/libs/libxml2-2.9.14/result/emptycdata.xml.sax@
95312
Last change on this file since 95312 was 95312, checked in by , 2 years ago | |
---|---|
File size: 203 bytes |
Line | |
---|---|
1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() |
3 | SAX.startElement(html, xmlns='http://www.w3.org/1999/xhtml') |
4 | SAX.characters( |
5 | , 1) |
6 | SAX.pcdata(, 0) |
7 | SAX.characters( |
8 | , 1) |
9 | SAX.endElement(html) |
10 | SAX.endDocument() |
Note:
See TracBrowser
for help on using the repository browser.