Annotation of embedaddon/libxml2/result/emptycdata.xml.sax2, revision 1.1

1.1     ! misho       1: SAX.setDocumentLocator()
        !             2: SAX.startDocument()
        !             3: SAX.startElementNs(html, NULL, 'http://www.w3.org/1999/xhtml', 1, xmlns='http://www.w3.org/1999/xhtml', 0, 0)
        !             4: SAX.characters(
        !             5: , 1)
        !             6: SAX.pcdata(, 0)
        !             7: SAX.characters(
        !             8: , 1)
        !             9: SAX.endElementNs(html, NULL, 'http://www.w3.org/1999/xhtml')
        !            10: SAX.endDocument()

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>