Gnome XSLT Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#define XSLT_GET_IMPORT_PTR (res, style, name) #define XSLT_GET_IMPORT_INT (res, style, name) void xsltParseStylesheetImport (xsltStylesheetPtr style, |
void xsltParseStylesheetImport (xsltStylesheetPtr style, |
parse an XSLT stylesheet strip-space element and record elements needing stripping
style : | the XSLT stylesheet |
cur : |
void xsltParseStylesheetInclude (xsltStylesheetPtr style, |
parse an XSLT stylesheet strip-space element and record elements needing stripping
style : | the XSLT stylesheet |
cur : |
xsltStylesheetPtr xsltNextImport (xsltStylesheetPtr style); |
Find the next stylesheet in import precedence.
style : | |
Returns : | the next stylesheet or NULL if it was the last one |
int xsltFindElemSpaceHandling (xsltTransformContextPtr ctxt, |
Find strip-space or preserve-space informations for an element respect the import precedence or the wildcards
ctxt : | |
node : | |
Returns : | 1 if space should be stripped, 0 if not, and 2 if everything should be CDTATA wrapped. |
xsltTemplatePtr xsltFindTemplate (xsltTransformContextPtr ctxt, const |
Finds the named template, apply import precedence rule.
ctxt : | |
name : | the template name |
nameURI : | the template name URI |
Returns : | the xsltTemplatePtr or NULL if not found |