Imported Upstream version 2.9.5_rc1
[platform/upstream/libxml2.git] / result / HTML / noscript.html.sax
index b69396f..a4d036f 100644 (file)
@@ -2,24 +2,24 @@ SAX.setDocumentLocator()
 SAX.startDocument()
 SAX.internalSubset(html, , )
 SAX.startElement(html)
-SAX.ignorableWhitespace(
+SAX.characters(
     , 5)
 SAX.startElement(head)
-SAX.ignorableWhitespace(
+SAX.characters(
         , 9)
 SAX.startElement(title)
 SAX.characters(omg, 3)
 SAX.endElement(title)
-SAX.ignorableWhitespace(
+SAX.characters(
         , 9)
 SAX.startElement(noscript)
 SAX.startElement(link, rel='stylesheet', href='http://foo.com')
 SAX.endElement(link)
 SAX.endElement(noscript)
-SAX.ignorableWhitespace(
+SAX.characters(
     , 5)
 SAX.endElement(head)
-SAX.ignorableWhitespace(
+SAX.characters(
     , 5)
 SAX.startElement(body, id='xxx')
 SAX.characters(
@@ -30,9 +30,9 @@ SAX.endElement(p)
 SAX.characters(
     , 5)
 SAX.endElement(body)
-SAX.ignorableWhitespace(
+SAX.characters(
 , 1)
 SAX.endElement(html)
-SAX.ignorableWhitespace(
+SAX.characters(
 , 1)
 SAX.endDocument()