Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
diff --git a/tester.c b/tester.c
index 5836fc6..43005f1 100644
--- a/tester.c
+++ b/tester.c
@@ -37,7 +37,6 @@
 
 /*
  * Note: there is a couple of errors introduced on purpose.
- */
 static CHAR buffer[] = 
 "<?xml version=\"1.0\"?>\n\
 <?xml:namespace ns = \"http://www.ietf.org/standards/dav/\" prefix = \"D\"?>\n\
@@ -57,6 +56,7 @@
 </D:propertyupdate>\n\
 \n\
 ";
+ */
 
 /************************************************************************
  *									*