Attribute nomarlization closing bug #3597
Small fixes in encoding.c
First bits of real progressive parsing,
   Daniel
diff --git a/SAXresult/att1 b/SAXresult/att1
new file mode 100644
index 0000000..125e1b2
--- /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()