xsltParseStylesheetFile

SYNOPSIS

xsltStylesheet xsltParseStylesheetFile(string filename)

Parameters:

  • doc - the XSL file to read

Returns:

  • the new xsltStylesheet


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: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.