Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
diff --git a/SAXresult/dav8 b/SAXresult/dav8
index 225c8d6..8a810ef 100644
--- a/SAXresult/dav8
+++ b/SAXresult/dav8
@@ -2,58 +2,53 @@
 SAX.startDocument()
 SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/')
 SAX.characters(
-  <d:response>
-    <d:href>ht, 3)
+  , 3)
 SAX.startElement(d:response)
 SAX.characters(
-    <d:href>http://www.foo.ba, 5)
+    , 5)
 SAX.startElement(d:href)
 SAX.characters(http://www.foo.bar/othercontai, 43)
 SAX.endElement(d:href)
 SAX.characters(
-    <d:href>http://www.foo.ba, 5)
+    , 5)
 SAX.startElement(d:href)
 SAX.characters(http://www.foo.bar/othercontai, 43)
 SAX.endElement(d:href)
 SAX.characters(
-    <d:href>http://www.foo.ba, 5)
+    , 5)
 SAX.startElement(d:href)
 SAX.characters(http://www.foo.bar/othercontai, 34)
 SAX.endElement(d:href)
 SAX.characters(
-    <d:href>http://www.foo.ba, 5)
+    , 5)
 SAX.startElement(d:href)
 SAX.characters(http://www.foo.bar/othercontai, 39)
 SAX.endElement(d:href)
 SAX.characters(
-    <d:status>HTTP/1.1 201 Cr, 5)
+    , 5)
 SAX.startElement(d:status)
-SAX.characters(HTTP/1.1 201 Created</d:status, 20)
+SAX.characters(HTTP/1.1 201 Created, 20)
 SAX.endElement(d:status)
 SAX.characters(
-  </d:response>
-  <d:response, 3)
+  , 3)
 SAX.endElement(d:response)
 SAX.characters(
-  <d:response>
-    <d:href>ht, 3)
+  , 3)
 SAX.startElement(d:response)
 SAX.characters(
-    <d:href>http://www.foo.ba, 5)
+    , 5)
 SAX.startElement(d:href)
 SAX.characters(http://www.foo.bar/othercontai, 37)
 SAX.endElement(d:href)
 SAX.characters(
-    <d:status>HTTP/1.1 412 Pr, 5)
+    , 5)
 SAX.startElement(d:status)
 SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
 SAX.endElement(d:status)
 SAX.characters(
-  </d:response>
-</d:multistat, 3)
+  , 3)
 SAX.endElement(d:response)
 SAX.characters(
-</d:multistatus>
 , 1)
 SAX.endElement(d:multistatus)
 SAX.endDocument()