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.
14 lines
443 B
14 lines
443 B
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElement(article, xmlns='tag:foofoofoofoofoofoofoofoo', xmlns:dc='http://purl.org/dc/elements/1.1/', xmlns:dcterms='http://purl.org/dc/terms/')
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.startElement(foop:content, xmlns='http://www.w3.org/1999/xhtml', xmlns:foop='tag:foofoofoofoofoofoofoofoo')
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElement(foop:content)
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElement(article)
|
|
SAX.endDocument()
|