You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
285 B
12 lines
285 B
4 months ago
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.startElement(element, name='foo', xmlns:rng='http://example.org/ns/1', xmlns='http://example.org/ns/1')
|
||
|
SAX.characters(
|
||
|
, 3)
|
||
|
SAX.startElement(empty)
|
||
|
SAX.endElement(empty)
|
||
|
SAX.characters(
|
||
|
, 1)
|
||
|
SAX.endElement(element)
|
||
|
SAX.endDocument()
|