SYNOPSISxsltStylesheet xsltParseStylesheetFile(string filename)
Parameters:
doc - the XSL file to read
Returns:
xsltStylesheet
DESCRIPTIONxsltParseStylesheetDoc is used to create a new
xsltStylesheet from an XSL stylesheet on disk. The
xsltStylesheet can then be used to transform XML documents with
the xsltApplyStylesheet.
EXAMPLE<$style = (xsltParseStylesheetFile( 'style.xsl'))>
SEE ALSOxsltApplyStylesheet,
xsltParseStylesheetDoc,
xsltParseStylesheetString