Branch
Hash :
365cf67f
Author :
Date :
2005-06-09T08:18:24
applied patch from Malcolm Rowe to avoid namespace troubles on rollback * parser.c: applied patch from Malcolm Rowe to avoid namespace troubles on rollback parsing of elements start #304761 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*: added it to the regression tests. Daniel
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()