Minimal changes for XSLT node-set() extra function:
- tree.c: minor doc fix
- xpath.c: deallocation issues when a result tree has been
  converted to a node-set
Daniel
diff --git a/tree.c b/tree.c
index 42acf7c..a33658e 100644
--- a/tree.c
+++ b/tree.c
@@ -3658,7 +3658,7 @@
  * xmlSearchNs:
  * @doc:  the document
  * @node:  the current node
- * @nameSpace:  the namespace string
+ * @nameSpace:  the namespace prefix
  *
  * Search a Ns registered under a given name space for a document.
  * recurse on the parents until it finds the defined namespace