mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 02:48:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163971 c90b9560-bf6c-de11-be94-00142212c4b1
89 lines
2.5 KiB
XML
89 lines
2.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.11 $ -->
|
|
<reference id="ref.xslt">
|
|
<title>XSLT Functions</title>
|
|
<titleabbrev>XSLT</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="xslt.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
This PHP extension provides a processor independent API to XSLT
|
|
transformations. Currently this extension only supports the Sablotron
|
|
library from the Ginger Alliance. Support is planned for other
|
|
libraries, such as the Xalan library or the libxslt library.
|
|
</para>
|
|
<para>
|
|
XSLT (Extensible Stylesheet Language (XSL) Transformations) is a
|
|
language for transforming XML documents into other XML documents.
|
|
It is a standard defined by The World Wide Web Consortium (W3C).
|
|
Information about XSLT and related technologies can be
|
|
found at <ulink url="&url.xslt;">&url.xslt;</ulink>.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
This extension is different than the sablotron extension distributed with
|
|
versions of PHP prior to PHP 4.1, currently only the new XSLT extension in
|
|
PHP 4.1 is supported. If you need support for the old extension, please ask
|
|
your questions on the PHP mailing lists.
|
|
</simpara>
|
|
</note>
|
|
¬e.pecl-php5;
|
|
<note>
|
|
<simpara>
|
|
If you need xslt support with PHP 5 you can use the
|
|
<link linkend="ref.xsl">XSL</link> extension.
|
|
</simpara>
|
|
</note>
|
|
</section>
|
|
|
|
<section id="xslt.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
This extension uses <productname>Sablotron</productname>
|
|
and <productname>expat</productname>, which can both be
|
|
found at <ulink
|
|
url="&url.sablotron;">&url.sablotron;</ulink>. Binaries
|
|
are provided as well as source.
|
|
</para>
|
|
</section>
|
|
|
|
&reference.xslt.configure;
|
|
|
|
<section id="xslt.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="xslt.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
&reference.xslt.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.xslt.functions;
|
|
|
|
</reference>
|
|
<!-- 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
|
|
-->
|