The XSLTProcessor class

Введение

Description of the class.

Class synopsis

XSLTProcessor
class XSLTProcessor {
/* Methods */
string getParameter ( string $namespaceURI , string $localName )
bool hasExsltSupport ( void )
void importStylesheet ( DOMDocument $stylesheet )
void registerPHPFunctions ([ mixed $restrict ] )
bool removeParameter ( string $namespaceURI , string $localName )
bool setParameter ( string $namespace , string $name , string $value )
DOMDocument transformToDoc ( DOMNode $doc )
int transformToURI ( DOMDocument $doc , string $uri )
string transformToXML ( DOMDocument $doc )
}

Содержание

Коментарии

Автор:
It requires PHP5 XSL extension. On linux:

sudo apt-get install php5-xsl
2015-11-13 19:49:45
http://php5.kiev.ua/manual/ru/class.xsltprocessor.html
Автор:
uncomment extension=php_xsl.dll on windows to activate it in your php.ini. Then restart your webserver to refresh php.
2016-02-29 11:58:27
http://php5.kiev.ua/manual/ru/class.xsltprocessor.html
[Update] PHP version /.3.15 and Windows Uncomment `extension=xsl` to activate it in your php.ini. Then restart your webserver to refresh php.
2020-04-29 22:29:38
http://php5.kiev.ua/manual/ru/class.xsltprocessor.html

    Поддержать сайт на родительском проекте КГБ