summaryrefslogtreecommitdiff
path: root/SAXresult/ent5
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-10-11 15:09:51 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-10-11 15:09:51 +0000
commit7d2c276a65a077932bbe2ae5a1b3af304175f995 (patch)
tree6e4edb956a66bdbefea24d7d0f0740dc33ed6395 /SAXresult/ent5
parent6077d03d0ee4774446e30a1b4017e9fffa020923 (diff)
downloadlibxml2-7d2c276a65a077932bbe2ae5a1b3af304175f995.tar.gz
Fixed probles in some HTML tag autoclose, XML output bug on mixed-content
and fixed the related output for tests, Daniel.
Diffstat (limited to 'SAXresult/ent5')
-rw-r--r--SAXresult/ent58
1 files changed, 1 insertions, 7 deletions
diff --git a/SAXresult/ent5 b/SAXresult/ent5
index 318447f1..6f588579 100644
--- a/SAXresult/ent5
+++ b/SAXresult/ent5
@@ -2,12 +2,6 @@ SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(EXAMPLE)
SAX.characters(
- This is an inverted excla, 42)
-SAX.characters(¡, 1)
-SAX.characters(
- This is a space , 21)
-SAX.characters( , 1)
-SAX.characters(
-, 2)
+ This is an inverted excla, 67)
SAX.endElement(EXAMPLE)
SAX.endDocument()