Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
diff --git a/testXPath.c b/testXPath.c
index cf856f0..1342ffb 100644
--- a/testXPath.c
+++ b/testXPath.c
@@ -125,6 +125,7 @@
 	res = xmlXPathEval(str, ctxt);
     xmlXPAthDebugDumpObject(stdout, res);
     xmlXPathFreeObject(res);
+    xmlXPathFreeContext(ctxt);
 }
 
 void testXPathFile(const char *filename) {