xslt_output_endtransform

(PHP 4 >= 4.0.3)

xslt_output_endtransform -- End an output transformation started with xslt_output_begintransform

Description

void xslt_output_endtransform (void)

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.

The xslt_output_endtransform() ends the output transformation started by the xslt_output_begintransform() function. You must call this function in order to see the results of the output transformation.