Annotation of embedaddon/libxml2/result/xhtmlcomp.sax2, revision 1.1

1.1     ! misho       1: SAX.setDocumentLocator()
        !             2: SAX.startDocument()
        !             3: SAX.internalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd)
        !             4: SAX.externalSubset(html, -//W3C//DTD XHTML 1.0 Strict//EN, http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd)
        !             5: SAX.startElementNs(html, NULL, NULL, 0, 0, 0)
        !             6: SAX.characters(
        !             7:   , 3)
        !             8: SAX.startElementNs(body, NULL, NULL, 0, 0, 0)
        !             9: SAX.characters(
        !            10:     , 5)
        !            11: SAX.startElementNs(h1, NULL, NULL, 0, 0, 0)
        !            12: SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0)
        !            13: SAX.characters(a, 1)
        !            14: SAX.endElementNs(abbr, NULL, NULL)
        !            15: SAX.characters( b, 2)
        !            16: SAX.endElementNs(h1, NULL, NULL)
        !            17: SAX.characters(
        !            18:   , 3)
        !            19: SAX.endElementNs(body, NULL, NULL)
        !            20: SAX.characters(
        !            21: , 1)
        !            22: SAX.endElementNs(html, NULL, NULL)
        !            23: SAX.endDocument()

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