Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<XSLTProcessor->hasExsltSupport()XSLTProcessor->registerPHPFunctions()>
Last updated: Tue, 19 Sep 2006

XSLTProcessor->importStylesheet()

(no version information, might be only in CVS)

XSLTProcessor->importStylesheet() -- Import stylesheet

Description

class XSLTProcessor {

void importStylesheet ( DOMDocument stylesheet )

}

This method import the stylesheet into the XSLTProcessor for transformations.

Parameters

stylesheet

The imported style sheet as a DOMDocument object.

Return Values

No value is returned.




<XSLTProcessor->hasExsltSupport()XSLTProcessor->registerPHPFunctions()>
Last updated: Tue, 19 Sep 2006