1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

added xmlXPathRegisterVariableLookup() for XSLT Daniel

* xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup() for XSLT
Daniel
This commit is contained in:
Daniel Veillard
2001-01-19 05:32:34 +00:00
parent d8aa7cbd18
commit 8f4d97579a
6 changed files with 77 additions and 0 deletions

View File

@@ -212,6 +212,8 @@ struct _xmlXPathContext {
/* the set of namespace declarations in scope for the expression */
xmlHashTablePtr nsHash; /* The namespaces hash table */
void *varLookupFunc; /* variable lookup func */
void *varLookupData; /* variable lookup data */
};
/*