Function.domxml-xslt-stylesheet
Aus PHP-Wiki
DSL-Tarife und Easy Baby Kinderzimmer Easy Havanna, Sparset Kinderzimmer Classic Nuss von Schardt . Berufsunfähigkeitsversicherung Vergleichen Online
domxml_xslt_stylesheet — Creates a DomXsltStylesheet object from an XSL document in a string
Inhaltsverzeichnis |
Beschreibung
DomXsltStylesheet domxml_xslt_stylesheet ( string $xsl_buf )
Creates a DomXsltStylesheet object from the given
XSL buffer.
Parameter-Liste
- xsl_buf
- The XSL document, as a string.
Rückgabewerte
Returns a new instance of DomXsltStylesheet.
Migrating to PHP 5
Call XSLTProcessor::importStylesheet() with DOMDocument::loadXML($xsl_buf) as parameter.
Siehe auch
- [[function.domxsltstylesheet-process.php" class="xref">DomXsltStylesheet->process
<a href="function.domxml-xslt-stylesheet-file|domxml_xslt_stylesheet_file()]]