aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/reg1.html.sax
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-08-12 21:12:04 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-08-12 21:12:04 +0000
commit87b953957305fc1ece066efa60df5c7844183439 (patch)
tree716014ce7948189e557e890575a369fdfc30b9f2 /result/HTML/reg1.html.sax
parent7ebb1eebdac0740d9ad703bd8dabbcb8a79cf679 (diff)
downloadandroid_external_libxml2-87b953957305fc1ece066efa60df5c7844183439.tar.gz
android_external_libxml2-87b953957305fc1ece066efa60df5c7844183439.tar.bz2
android_external_libxml2-87b953957305fc1ece066efa60df5c7844183439.zip
Large sync between my W3C base and Gnome's one:
- parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() and xmlAddFeature() - tree.[ch]: added xmlAddChildList() - xmllint.c: MAP_FAILED macro test - parser.h: added xmlParseCtxtExternalEntity() - valid.c: applied bug fixes removed warning - tree.c: added CDATA block to elements content - testSAX.c: cleanup of output - testHTML.c: added SAX testing - encoding.c: better error recovery - SAX.c, parser.c: fixed one of the external entity processing of the OASis testsuite - Makefile.am: added HTML SAX regression tests - configure.in: bumped to 2.2.2 - test/HTML/ result/HTML: added a few of HTML tests, and added the SAX results Daniel
Diffstat (limited to 'result/HTML/reg1.html.sax')
-rw-r--r--result/HTML/reg1.html.sax36
1 files changed, 36 insertions, 0 deletions
diff --git a/result/HTML/reg1.html.sax b/result/HTML/reg1.html.sax
new file mode 100644
index 00000000..0e52b635
--- /dev/null
+++ b/result/HTML/reg1.html.sax
@@ -0,0 +1,36 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.startElement(html)
+SAX.characters(
+, 1)
+SAX.startElement(head)
+SAX.characters(
+, 1)
+SAX.startElement(title)
+SAX.characters(Regression test 1, 17)
+SAX.endElement(title)
+SAX.characters(
+, 1)
+SAX.endElement(head)
+SAX.characters(
+, 1)
+SAX.startElement(body)
+SAX.characters(
+, 1)
+SAX.startElement(h1)
+SAX.characters(Regression test 1, 17)
+SAX.endElement(h1)
+SAX.characters(
+, 1)
+SAX.startElement(p)
+SAX.characters(
+Ok file no problem
+, 20)
+SAX.endElement(p)
+SAX.endElement(body)
+SAX.characters(
+, 1)
+SAX.endElement(html)
+SAX.ignorableWhitespace(
+, 1)
+SAX.endDocument()