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:
@@ -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 */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user