File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / xhtmlcomp.sax2
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:01 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    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>