Annotation of embedaddon/libxml2/result/HTML/Down.html.sax, revision 1.1.1.1
1.1 misho 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>