[All Packages]  [This Package]

Class: XSLProcessor

This class contains top-level methods for invoking the XSL processor.


Method Index

xslprocess Process an XSL stylesheet with an XML document source

Methods

xslprocess

Function:
Process an XSL stylesheet with an XML document source

Prototype:
 uword xslprocess(XMLParser *docctx, XMLParser *xslctx, XMLParser *resctx, Node **result);

Arguments:
docctx (IN/OUT) -- The XML document context
xslctx (IN) -- The XSL stylesheet context
resctx (IN) -- The result document fragment context
result (IN/OUT) -- The result document fragment node

Returns:
uword -- Numeric error code, 0 meaning success