Release of libxml-1.1, Daniel.
diff --git a/SAXresult/dav13 b/SAXresult/dav13
new file mode 100644
index 0000000..e7f104d
--- /dev/null
+++ b/SAXresult/dav13
@@ -0,0 +1,55 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.startElement(D:multistatus, xmlns:D='http://www.ietf.org/standards/dav/')
+SAX.characters(
+  <D:response>
+    <D:href>
+	, 3)
+SAX.startElement(D:response)
+SAX.characters(
+    <D:href>
+	   http://webda, 5)
+SAX.startElement(D:href)
+SAX.characters(
+	   http://webdav.sb.aol.com/, 66)
+SAX.endElement(D:href)
+SAX.characters(
+    <D:href>
+	   http://webda, 5)
+SAX.startElement(D:href)
+SAX.characters(
+	   http://webdav.sb.aol.com/, 54)
+SAX.endElement(D:href)
+SAX.characters(
+    <D:status>HTTP/1.1 202 Ac, 5)
+SAX.startElement(D:status)
+SAX.characters(HTTP/1.1 202 Accepted</D:statu, 21)
+SAX.endElement(D:status)
+SAX.characters(
+  </D:response>
+  <D:response, 3)
+SAX.endElement(D:response)
+SAX.characters(
+  <D:response>
+    <D:href>ht, 3)
+SAX.startElement(D:response)
+SAX.characters(
+    <D:href>http://foo.bar/bl, 5)
+SAX.startElement(D:href)
+SAX.characters(http://foo.bar/blah</D:href>
+ , 19)
+SAX.endElement(D:href)
+SAX.characters(
+    <D:status>HTTP/1.1 403 Fo, 5)
+SAX.startElement(D:status)
+SAX.characters(HTTP/1.1 403 Forbidden</D:stat, 22)
+SAX.endElement(D:status)
+SAX.characters(
+  </D:response>
+</D:multistat, 3)
+SAX.endElement(D:response)
+SAX.characters(
+</D:multistatus>
+, 1)
+SAX.endElement(D:multistatus)
+SAX.endDocument()