Details
XSLT_GET_IMPORT_PTR()
#define XSLT_GET_IMPORT_PTR(res, style, name) |
A macro to import pointers from the stylesheet cascading order.
XSLT_GET_IMPORT_INT()
#define XSLT_GET_IMPORT_INT(res, style, name) |
A macro to import intergers from the stylesheet cascading order.
xsltParseStylesheetImport ()
parse an XSLT stylesheet strip-space element and record
elements needing stripping. Returns zero on success and something else
on failure.
xsltParseStylesheetInclude ()
parse an XSLT stylesheet strip-space element and record
elements needing stripping. Returns zero on success, something else
on failure.
xsltNextImport ()
Find the next stylesheet in import precedence.
xsltNeedElemSpaceHandling ()
Returns whether that stylesheet requires white-space stripping
xsltFindElemSpaceHandling ()
Find strip-space or preserve-space informations for an element
respect the import precedence or the wildcards
xsltFindTemplate ()
Finds the named template, apply import precedence rule.