File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / HTML / Down.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:   , 3)
    9: SAX.startElement(title)
   10: SAX.characters(This service is temporary down, 30)
   11: SAX.endElement(title)
   12: SAX.ignorableWhitespace(
   13: , 1)
   14: SAX.endElement(head)
   15: SAX.ignorableWhitespace(
   16: 
   17: , 2)
   18: SAX.startElement(body, bgcolor='#FFFFFF')
   19: SAX.characters(
   20: , 1)
   21: SAX.startElement(h1, align='center')
   22: SAX.characters(Sorry, this service is tempora, 37)
   23: SAX.endElement(h1)
   24: SAX.characters(
   25: We are doing our best to get , 48)
   26: SAX.startElement(p)
   27: SAX.characters(The W3C system administrators, 29)
   28: SAX.endElement(p)
   29: SAX.characters(
   30: , 1)
   31: SAX.endElement(body)
   32: SAX.ignorableWhitespace(
   33: , 1)
   34: SAX.endElement(html)
   35: SAX.ignorableWhitespace(
   36: , 1)
   37: SAX.endDocument()

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