Home > PHP > Function > XSLT (PHP4) > xslt_process()

xslt_process()

xslt_process - Perform an
XSLTtransformation

Syntax

mixed xslt_process ()

Arguments

-

Description

The xslt_process() function is the crux of the XSLTextension. It allows you to perform an XSLTtransformation using almost any type of input source - the containers. This is accomplished through the use of argument buffers -- a concept taken from the Sablotron XSLTprocessor (currently the only XSLTprocessor this extension supports). The input containers default to a filename 'containing' the document to be processed.

Version

PHP 4.0.3

Return value

Returns TRUE on success or FALSE on failure. If the result container is not specified - i.e. NULL - than the result is returned.