Function.domxml-xslt-stylesheet-doc
Aus PHP-Wiki
Risikolebensversicherung Zusatzbausteine und Riesterrente Angebot, Hausratversicherung - Fahrradversicherung . Unfallversicherung Vergleichen Online - Alle Leistungen im Überblick
domxml_xslt_stylesheet_doc — Creates a DomXsltStylesheet Object from a DomDocument Object
Inhaltsverzeichnis |
Beschreibung
DomXsltStylesheet domxml_xslt_stylesheet_doc (DomDocument $xsl_doc )
Creates a DomXsltStylesheet object from the given
XSL document.
Parameter-Liste
- xsl_doc
- The XSL document, as a DomDocument object.
Rückgabewerte
Returns a new instance of DomXsltStylesheet.
Migrating to PHP 5
Call XSLTProcessor::importStylesheet() with the xsl_doc parameter.
Siehe auch
- [[function.domxsltstylesheet-process.php" class="xref">DomXsltStylesheet->process
<a href="function.domxml-xslt-stylesheet|domxml_xslt_stylesheet()]]