File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / HTML / html5_enc.html.sax
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:22:32 2013 UTC (10 years, 11 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, HEAD
2.8.0

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.startElement(html)
    4: SAX.ignorableWhitespace(
    5: , 1)
    6: SAX.startElement(head)
    7: SAX.ignorableWhitespace(
    8: , 1)
    9: SAX.startElement(meta, charset='iso-8859-1')
   10: SAX.endElement(meta)
   11: SAX.ignorableWhitespace(
   12: , 1)
   13: SAX.endElement(head)
   14: SAX.ignorableWhitespace(
   15: , 1)
   16: SAX.startElement(body)
   17: SAX.characters(
   18:   , 3)
   19: SAX.startElement(p)
   20: SAX.characters(très, 5)
   21: SAX.endElement(p)
   22: SAX.characters(
   23: , 1)
   24: SAX.endElement(body)
   25: SAX.ignorableWhitespace(
   26: , 1)
   27: SAX.endElement(html)
   28: SAX.ignorableWhitespace(
   29: , 1)
   30: SAX.endDocument()

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