File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / HTML / 53867.html.sax
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 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.startElement(html)
    4: SAX.ignorableWhitespace(
    5: , 1)
    6: SAX.startElement(head)
    7: SAX.ignorableWhitespace(
    8: , 1)
    9: SAX.startElement(style)
   10: SAX.cdata(
   11: .......
   12: ....................., 1000)
   13: SAX.cdata(.............................., 1000)
   14: SAX.cdata(.............................., 1000)
   15: SAX.cdata(................
   16: ............., 977)
   17: SAX.endElement(style)
   18: SAX.ignorableWhitespace(
   19: , 1)
   20: SAX.endElement(head)
   21: SAX.ignorableWhitespace(
   22: , 1)
   23: SAX.endElement(html)
   24: SAX.ignorableWhitespace(
   25: , 1)
   26: SAX.endDocument()

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