Home > PHP > Function > DOM XML (PHP 4) > domxml_xslt_stylesheet_file()

domxml_xslt_stylesheet_file()

domxml_xslt_stylesheet_file - Creates a DomXsltStylesheet Object from an XSL document in a file

Syntax

domxml_xslt_stylesheet_file (string $xsl_file)

Arguments

  • xsl_file - The path to the XSL document, as a string.

Description

Creates a DomXsltStylesheetobject from the given XSL file.

Version

PHP 4.2.0

Return value

Returns a new instance of DomXsltStylesheet.