Edit

kc3-lang/libxml2/result/nsclean.xml.sax

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-06-09 08:18:24
    Hash : 365cf67f
    Message : 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

  • result/nsclean.xml.sax
  • 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()