Gnome XSLT Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
int xsltAddTemplate ( |
int xsltAddTemplate ( |
Register the XSLT pattern associated to cur
style : | an XSLT stylesheet |
cur : | an XSLT template |
Returns : | -1 in case of error, 0 otherwise |
xsltTemplatePtr xsltGetTemplate (xsltTransformContextPtr ctxt, |
Finds the template applying to this node
ctxt : | a XSLT process context |
node : | an XML Node |
Returns : | the xsltTemplatePtr or NULL if not found |