irchtml Wed Apr 14 03:17:18 2004 EDT Added files: /phpdoc/en/reference/xsl/functions xsl-xsltprocessor-get-parameter.xml xsl-xsltprocessor-has-exslt-support.xml xsl-xsltprocessor-import-stylesheet.xml xsl-xsltprocessor-register-php-functions.xml xsl-xsltprocessor-remove-parameter.xml xsl-xsltprocessor-set-parameter.xml xsl-xsltprocessor-transform-to-doc.xml xsl-xsltprocessor-transform-to-uri.xml xsl-xsltprocessor-transform-to-xml.xml
Modified files: /phpdoc manual.xml.in /phpdoc/en/reference/xsl reference.xml /phpdoc/entities global.ent Log: XSL function skeletons (manual now builds with it)
http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.167&r2=1.168&ty=u Index: phpdoc/manual.xml.in diff -u phpdoc/manual.xml.in:1.167 phpdoc/manual.xml.in:1.168 --- phpdoc/manual.xml.in:1.167 Tue Apr 6 18:54:03 2004 +++ phpdoc/manual.xml.in Wed Apr 14 03:17:17 2004 @@ -212,8 +212,7 @@ &reference.xml.reference; &reference.xmlrpc.reference; &reference.xdiff.reference; - <!-- not working - &reference.xsl.reference; --> + &reference.xsl.reference; &reference.xslt.reference; &reference.yaz.reference; &reference.nis.reference; http://cvs.php.net/diff.php/phpdoc/en/reference/xsl/reference.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/xsl/reference.xml diff -u phpdoc/en/reference/xsl/reference.xml:1.3 phpdoc/en/reference/xsl/reference.xml:1.4 --- phpdoc/en/reference/xsl/reference.xml:1.3 Thu Apr 1 01:31:15 2004 +++ phpdoc/en/reference/xsl/reference.xml Wed Apr 14 03:17:17 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <reference id="ref.xsl"> <title>XSL functions</title> <titleabbrev>XSL</titleabbrev> @@ -18,10 +18,10 @@ <section id="xsl.installation"> &reftitle.install; <para> - PHP 5 includes the XSL extension by default, and it can be enabled + PHP 5 includes the XSL extension by default and it can be enabled by adding the argument <option role="configure">--with-xsl[=DIR]</option> to your configure line. <literal>DIR</literal> is the libxslt installation - directory. + directory. libxslt version 1.0.18 or greater is required. </para> </section> http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.173&r2=1.174&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.173 phpdoc/entities/global.ent:1.174 --- phpdoc/entities/global.ent:1.173 Sat Apr 3 08:51:24 2004 +++ phpdoc/entities/global.ent Wed Apr 14 03:17:18 2004 @@ -1,6 +1,6 @@ <!-- -*- SGML -*- - $Id: global.ent,v 1.173 2004/04/03 13:51:24 nlopess Exp $ + $Id: global.ent,v 1.174 2004/04/14 07:17:18 irchtml Exp $ Contains global "macros" for all the XML documents. @@ -72,6 +72,7 @@ <!ENTITY url.expat "http://www.jclark.com/xml/expat.html"> <!ENTITY url.expat.rpm "http://sourceforge.net/projects/expat/"> <!ENTITY url.exslt "http://www.exslt.org/"> +<!ENTITY url.exsltlib "http://xmlsoft.org/XSLT/EXSLT/index.html"> <!ENTITY url.ezweb "http://www.au.kddi.com/english/ezweb/"> <!ENTITY url.fam "http://oss.sgi.com/projects/fam/"> <!ENTITY url.fam.download "http://oss.sgi.com/projects/fam/download.html"> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-get-parameter.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-get-parameter.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-get-parameter.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-get-parameter"> <refnamediv> <refname>xsl_xsltprocessor_get_parameter</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_get_parameter</methodname> <methodparam><type>string</type><parameter>namespace</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>xsl_xsltdocucument</type> <methodname>getParameter</methodname> <methodparam><type>string</type><parameter>namespace</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-has-exslt-support.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-has-exslt-support.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-has-exslt-support.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-has-exslt-support"> <refnamediv> <refname>xsl_xsltprocessor_has_exslt_support</refname> <refpurpose>Determine if PHP has EXSLT support</refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_has_exslt_support</methodname> <void/> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>hasExsltSupport</methodname> <void/> </methodsynopsis> </classsynopsis> &warn.experimental.func; <para> <function>xsl_xsltprocessor_has_exslt_support</function> returns &true; if PHP was built with the <ulink url="&url.exsltlib;">EXSLT library </ulink>, &false; otherwise. </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-import-stylesheet.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-import-stylesheet.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-import-stylesheet.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-import-stylesheet"> <refnamediv> <refname>xsl_xsltprocessor_import_stylesheet</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_import_stylesheet</methodname> <methodparam><type>node</type><parameter>index</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>importStylesheet</methodname> <methodparam><type>node</type><parameter>index</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-register-php-functions.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-register-php-functions"> <refnamediv> <refname>xsl_xsltprocessor_register_php_functions</refname> <refpurpose>Enables the ability to use PHP functions as XSLT functions</refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>void</type><methodname>xsl_xsltprocessor_register_php_functions</methodname> <void/> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>void</type> <methodname>registerPHPFunctions</methodname> <void/> </methodsynopsis> </classsynopsis> &warn.experimental.func; <para> <function>xsl_xsltprocessor_register_php_functions</function> enables the ability to use PHP functions as XSLT functions within XSL stylesheets. </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-remove-parameter.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-remove-parameter.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-remove-parameter.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-remove-parameter"> <refnamediv> <refname>xsl_xsltprocessor_remove_parameter</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_remove_parameter</methodname> <methodparam><type>string</type><parameter>namespace</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>removeParameter</methodname> <methodparam><type>string</type><parameter>namespace</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-set-parameter.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-set-parameter"> <refnamediv> <refname>xsl_xsltprocessor_set_parameter</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_set_parameter</methodname> <methodparam><type>string</type><parameter>namespace</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> <methodparam><type>string</type><parameter>value</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>setParameter</methodname> <methodparam><type>string</type><parameter>namespace</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> <methodparam><type>string</type><parameter>value</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-doc.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-doc.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-doc.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-transform-to-doc"> <refnamediv> <refname>xsl_xsltprocessor_transform_to_doc</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>>xsl_xsltprocessor_transform_to_doc</methodname> <methodparam><type>node</type><parameter>doc</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>clone</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>transformToDoc</methodname> <methodparam><type>node</type><parameter>doc</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>clone</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-transform-to-uri"> <refnamediv> <refname>xsl_xsltprocessor_transform_to_uri</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_transform_to_uri</methodname> <methodparam><type>node</type><parameter>doc</parameter></methodparam> <methodparam><type>string</type><parameter>uri</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>clone</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>transformToUri</methodname> <methodparam><type>node</type><parameter>doc</parameter></methodparam> <methodparam><type>string</type><parameter>uri</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>clone</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> http://cvs.php.net/co.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-xml.xml?r=1.1&p=1 Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-xml.xml +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-xml.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <refentry id="function.xsl-xsltprocessor-transform-to-xml"> <refnamediv> <refname>xsl_xsltprocessor_transform_to_xml</refname> <refpurpose></refpurpose> </refnamediv> <refsect1> <title>Description</title> <para>Procedural style</para> <methodsynopsis> <type>bool</type><methodname>xsl_xsltprocessor_transform_to_xml</methodname> <methodparam><type>node</type><parameter>doc</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>clone</parameter></methodparam> </methodsynopsis> <para>Object oriented style (method)</para> <classsynopsis> <ooclass><classname>xsltprocessor</classname></ooclass> <methodsynopsis> <type>bool</type> <methodname>transformToXml</methodname> <methodparam><type>node</type><parameter>doc</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>clone</parameter></methodparam> </methodsynopsis> </classsynopsis> &warn.experimental.func; &warn.undocumented.func; </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->