Details
xsltParseStylesheetImport ()
void xsltParseStylesheetImport (xsltStylesheetPtr style,
xmlNodePtr cur); |
parse an XSLT stylesheet strip-space element and record
elements needing stripping
xsltParseStylesheetInclude ()
void xsltParseStylesheetInclude (xsltStylesheetPtr style,
xmlNodePtr cur); |
parse an XSLT stylesheet strip-space element and record
elements needing stripping
xsltNextImport ()
xsltStylesheetPtr xsltNextImport (xsltStylesheetPtr style); |
Find the next stylesheet in import precedence.
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.