Details
XSLT_REGISTER_VARIABLE_LOOKUP()
#define XSLT_REGISTER_VARIABLE_LOOKUP(ctxt) |
xsltEvalGlobalVariables ()
Evaluate the global variables of a stylesheet. This need to be
done on parsed stylesheets before starting to apply transformations
xsltPushStack ()
Push a new level on the ctxtsheet interprestation stack
xsltPopStack ()
Pop a level on the ctxtsheet interprestation stack
xsltParseGlobalVariable ()
parse an XSLT transformation variable declaration and record
its value.
xsltParseGlobalParam ()
parse an XSLT transformation param declaration and record
its value.
xsltParseStylesheetVariable ()
parse an XSLT transformation variable declaration and record
its value.
xsltParseStylesheetParam ()
parse an XSLT transformation param declaration and record
its value.
xsltFreeVariableHashes ()
Free up the memory used by xsltAddVariable/xsltGetVariable mechanism
xsltVariableLookup ()
This is the entry point when a varibale is needed by the XPath
interpretor.
xsltRegisterVariable ()
int xsltRegisterVariable (xsltTransformContextPtr ctxt,
const xmlChar *name,
const xmlChar *ns_uri,
const xmlChar *select,
xmlNodePtr tree,
int param); |
Register a new variable value. If value is NULL it unregisters
the variable
xsltXPathVariableLookup ()
xmlXPathObjectPtr xsltXPathVariableLookup (void *ctxt,
const xmlChar *name,
const xmlChar *ns_uri); |