xslt_fetch_result

(PHP 4 >= 4.0.3)

xslt_fetch_result -- Fetch a (named) result buffer

Description

string xslt_fetch_result (resource xh, string result_name)

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.

Fetch a result buffer from the XSLT processor identified by the given handle. If no result name is given, the buffer named "/_result" is fetched.