Return to reg3.html.sax CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / HTML |
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: , 1) ! 9: SAX.startElement(title) ! 10: SAX.characters(Regression test 3, 17) ! 11: SAX.endElement(title) ! 12: SAX.ignorableWhitespace( ! 13: , 1) ! 14: SAX.endElement(head) ! 15: SAX.ignorableWhitespace( ! 16: , 1) ! 17: SAX.startElement(body) ! 18: SAX.characters( ! 19: , 1) ! 20: SAX.startElement(h1) ! 21: SAX.characters(Regression test 3, 17) ! 22: SAX.endElement(h1) ! 23: SAX.characters( ! 24: , 1) ! 25: SAX.startElement(p) ! 26: SAX.characters( ! 27: Autoclose of tag P ! 28: , 20) ! 29: SAX.endElement(p) ! 30: SAX.startElement(hr) ! 31: SAX.endElement(hr) ! 32: SAX.characters( ! 33: , 1) ! 34: SAX.startElement(p) ! 35: SAX.characters( ! 36: Ok file no problem ! 37: , 20) ! 38: SAX.endElement(p) ! 39: SAX.endElement(body) ! 40: SAX.ignorableWhitespace( ! 41: , 1) ! 42: SAX.endElement(html) ! 43: SAX.ignorableWhitespace( ! 44: , 1) ! 45: SAX.endDocument()