Fixed some wrongly space collapsing code due to misreading of the spec, Daniel.
diff --git a/SAXresult/att1 b/SAXresult/att1
index 125e1b2..e19a8a7 100644
--- a/SAXresult/att1
+++ b/SAXresult/att1
@@ -1,5 +1,5 @@
 SAX.setDocumentLocator()
 SAX.startDocument()
-SAX.startElement(doc, attr='to normalize with a space')
+SAX.startElement(doc, attr='to normalize with a    space')
 SAX.endElement(doc)
 SAX.endDocument()