void
xslt_output_begintransform
(string xslt_filename)
Warning |
This function is EXPERIMENTAL. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk. |
This function will begin the output transformation on your data. From the point you call xslt_output_begintransform() till the point you call xslt_output_endtransform() all output will be transformed through the xslt stylesheet given by the first argument.
Note: This function does not currently support nested output transformations.
Example 1. Transforming output through an XSLT stylesheet, using the DOM-XML functions for xml generation
|