PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

domxml_xslt_stylesheet> <domxml_xslt_stylesheet_doc
Last updated: Fri, 18 Jul 2008

view this page in

domxml_xslt_stylesheet_file

(PHP 4 >= 4.2.0)

domxml_xslt_stylesheet_file — Crea un oggetto DomXsltStylesheet da un file con un documento XSL

Descrizione

object domxml_xslt_stylesheet_file ( string $xsl file )
Avviso

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 questa funzione è a vostro rischio.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Vedere anche domxsltstylesheet->process(), domxml_xslt_stylesheet() e domxml_xslt_stylesheet_doc().



add a note add a note User Contributed Notes
domxml_xslt_stylesheet_file
info at sgonda dot de
29-Oct-2003 11:38
Here's is a example for use:

<?php

$xmldoc
= domxml_open_file("dom.xml");
$xsldoc  = domxml_xslt_stylesheet_file ("dom.xsl");
$result   = $xsldoc->process($xmldoc);
 print
$result->dump_mem();

?>

domxml_xslt_stylesheet> <domxml_xslt_stylesheet_doc
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites