Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2008-03-07 16:50:21
    Hash : d0d2f090
    Message : fix handling of empty CDATA nodes as reported and discussed around #514181 * xmlsave.c parser.c: fix handling of empty CDATA nodes as reported and discussed around #514181 and associated patches * test/emptycdata.xml result/emptycdata.xml* result/noent/emptycdata.xml: added a specific test in the regression suite. Daniel svn path=/trunk/; revision=3701

  • result/emptycdata.xml.sax
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(html, xmlns='http://www.w3.org/1999/xhtml')
    SAX.characters(
    , 1)
    SAX.pcdata(, 0)
    SAX.characters(
    , 1)
    SAX.endElement(html)
    SAX.endDocument()