xslt_run

(PHP 4 >= 4.0.3)

xslt_run -- Apply a XSLT stylesheet to a file.

Description

bool xslt_run (resource xh, string xslt_file, string xml_data_file, string result, array xslt_params, array xslt_args)

Attenzione

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva TUTTO ciò che è documentato qui può cambiare nei futuri rilasci del PHP SENZA PREAVVISO. Siete avvisati, l'uso di questo modulo è a vostro rischio.

Process the xml_data_file by applying the xslt_file stylesheet to it. The stylesheet has access to xslt_params and the processor is started with xslt_args. The result of the XSLT transformation is placed in the named buffer (default is "/_result").