summaryrefslogtreecommitdiff
path: root/result/emptycdata.xml.sax2
blob: 7f80296edc4027c56f428cff86b68609ba4883db (plain)
1
2
3
4
5
6
7
8
9
10
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(html, NULL, 'http://www.w3.org/1999/xhtml', 1, xmlns='http://www.w3.org/1999/xhtml', 0, 0)
SAX.characters(
, 1)
SAX.pcdata(, 0)
SAX.characters(
, 1)
SAX.endElementNs(html, NULL, 'http://www.w3.org/1999/xhtml')
SAX.endDocument()