mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Beginning of XSLT Documentation within domxml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90385 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fbf6a0522f
commit
51a514f9fc
4 changed files with 187 additions and 0 deletions
49
reference/domxml/functions/DomXsltStylesheet-process.xml
Normal file
49
reference/domxml/functions/DomXsltStylesheet-process.xml
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.DomXsltStylesheet-process">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->process</refname>
|
||||
<refpurpose>
|
||||
Applies the XSLT-Transformation on a DomDocument Object.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomXsltStylesheet->process</methodname>
|
||||
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>xslt_parameters</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>param_is_xpath</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>domxml_xslt_stylesheet</function>, <function>domxml_xslt_stylesheet_file</function>, <function>domxml_xslt_stylesheet_doc</function>
|
||||
</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
|
||||
-->
|
46
reference/domxml/functions/domxml-xslt-stylesheet-doc.xml
Normal file
46
reference/domxml/functions/domxml-xslt-stylesheet-doc.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet-doc">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet_doc</refname>
|
||||
<refpurpose>
|
||||
Creates a DomXsltStylesheet Object from a DomDocument Object.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xslt_stylesheet_doc</methodname>
|
||||
<methodparam><type>object</type><parameter>DocDocument Object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>DomXsltStylesheet->process</function>, <function>domxml_xslt_stylesheet</function>, <function>domxml_xslt_stylesheet_file</function>
|
||||
</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
|
||||
-->
|
46
reference/domxml/functions/domxml-xslt-stylesheet-file.xml
Normal file
46
reference/domxml/functions/domxml-xslt-stylesheet-file.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet-file">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet_file</refname>
|
||||
<refpurpose>
|
||||
Creates a DomXsltStylesheet Object from a xsl document in a file.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xslt_stylesheet_file</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl file</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>DomXsltStylesheet->process</function>, <function>domxml_xslt_stylesheet</function>, <function>domxml_xslt_stylesheet_doc</function>
|
||||
</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
|
||||
-->
|
46
reference/domxml/functions/domxml-xslt-stylesheet.xml
Normal file
46
reference/domxml/functions/domxml-xslt-stylesheet.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet</refname>
|
||||
<refpurpose>
|
||||
Creates a DomXsltStylesheet Object from a xml document in a string.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xslt_stylesheet</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>DomXsltStylesheet->process</function>, <function>domxml_xslt_stylesheet_file</function>, <function>domxml_xslt_stylesheet_doc</function>
|
||||
</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
|
||||
-->
|
Loading…
Reference in a new issue