summaryrefslogtreecommitdiff
path: root/SAXresult/att1
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-11-17 17:32:38 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-11-17 17:32:38 +0000
commit7f8585025f550f53c1c20b242a48ebc3a5704d74 (patch)
tree1950f8fc348775ba4e30169312e86cd3d0dda673 /SAXresult/att1
parentd7e200c0b039b215d2722b70626789176c2dc990 (diff)
downloadlibxml2-7f8585025f550f53c1c20b242a48ebc3a5704d74.tar.gz
Attribute nomarlization closing bug #3597
Small fixes in encoding.c First bits of real progressive parsing, Daniel
Diffstat (limited to 'SAXresult/att1')
-rw-r--r--SAXresult/att15
1 files changed, 5 insertions, 0 deletions
diff --git a/SAXresult/att1 b/SAXresult/att1
new file mode 100644
index 00000000..125e1b2c
--- /dev/null
+++ b/SAXresult/att1
@@ -0,0 +1,5 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.startElement(doc, attr='to normalize with a space')
+SAX.endElement(doc)
+SAX.endDocument()