Release of libxml-1.1, Daniel.
diff --git a/test/dav18 b/test/dav18
index 0582163..3de1c19 100644
--- a/test/dav18
+++ b/test/dav18
@@ -1,5 +1,6 @@
-<?XML version="1.0"?>
-<?namespace href = "http://www.ietf.org/standards/dav/" AS = "D"?>
-<D:propfind>
- <D:prop><supportedlock/></D:prop>
+<?xml version="1.0"?>
+<D:propfind xmlns:D="http://www.ietf.org/standards/dav/">
+  <D:prop>
+    <supportedlock/>
+  </D:prop>
 </D:propfind>