|
SYNOPSIS
xsltStylesheet xsltParseStylesheetFile(string filename)
Parameters:
-
doc - the XSL file to read
Returns:
DESCRIPTION
xsltParseStylesheetDoc 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 ALSO
xsltApplyStylesheet,
xsltParseStylesheetDoc,
xsltParseStylesheetString
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|