xsltEvalUserParams:
: the XSLT transformation context : a NULL terminated array of parameters name/value tuples
Evaluate the global variables of a stylesheet. This needs to be done on parsed stylesheets before starting to apply transformations. Each of the parameters is evaluated as an XPath expression and stored in the global variables/parameter hash table. If you want your parameter used literally, use xsltQuoteUserParams.
Returns 0 in case of success, -1 in case of error
Definition at line 1617 of file variables.c.
Referenced by xsltApplyStylesheetInternal().