1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

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
This commit is contained in:
Daniel Veillard
2001-02-27 21:54:07 +00:00
parent ec70e917b9
commit 77851710ab
3 changed files with 16 additions and 3 deletions

2
tree.c
View File

@ -3658,7 +3658,7 @@ xmlGetNsList(xmlDocPtr doc, xmlNodePtr node) {
* 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