mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
71 lines
2 KiB
XML
71 lines
2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.xslt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>XSLT (PHP 4)</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.xslt">
|
|
&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 <link xlink:href="&url.xslt;">&url.xslt;</link>.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
This extension is different than the sablotron extension distributed with
|
|
versions of PHP prior to PHP 4.1.0, currently only the new XSLT extension in
|
|
PHP 4.1.0 is supported. If you need support for the old extension, please ask
|
|
your questions on the PHP mailing lists.
|
|
</simpara>
|
|
</note>
|
|
<note>
|
|
<para>
|
|
&pecl.moved-ver;5.0.0.
|
|
</para>
|
|
</note>
|
|
<note>
|
|
<simpara>
|
|
If you need xslt support with PHP 5 you can use the
|
|
<link linkend="book.xsl">XSL</link> extension.
|
|
</simpara>
|
|
</note>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.xslt.setup;
|
|
&reference.xslt.constants;
|
|
&reference.xslt.reference;
|
|
|
|
</book>
|
|
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|
|
|