2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-10 17:06:11 +00:00
|
|
|
<!-- $Revision: 1.17 $ -->
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- Purpose: xml -->
|
|
|
|
<!-- Membership: bundled, external -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.xslt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>XSLT Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>XSLT</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="xslt.intro">
|
2002-07-20 12:37:49 +00:00
|
|
|
&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
|
2007-06-20 22:25:43 +00:00
|
|
|
found at <link xlink:href="&url.xslt;">&url.xslt;</link>.
|
2002-07-20 12:37:49 +00:00
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<simpara>
|
|
|
|
This extension is different than the sablotron extension distributed with
|
2007-02-15 08:12:20 +00:00
|
|
|
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
|
2002-07-20 12:37:49 +00:00
|
|
|
your questions on the PHP mailing lists.
|
|
|
|
</simpara>
|
|
|
|
</note>
|
2005-02-08 19:26:10 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
&pecl.moved-ver;5.0.0.
|
|
|
|
</para>
|
|
|
|
</note>
|
2004-07-21 22:33:00 +00:00
|
|
|
<note>
|
|
|
|
<simpara>
|
|
|
|
If you need xslt support with PHP 5 you can use the
|
|
|
|
<link linkend="ref.xsl">XSL</link> extension.
|
|
|
|
</simpara>
|
|
|
|
</note>
|
2002-07-20 12:37:49 +00:00
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="xslt.requirements">
|
2002-07-20 12:37:49 +00:00
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
This extension uses <productname>Sablotron</productname>
|
|
|
|
and <productname>expat</productname>, which can both be
|
2007-06-20 22:25:43 +00:00
|
|
|
found at <link
|
|
|
|
xlink:href="&url.sablotron;">&url.sablotron;</link>. Binaries
|
2002-07-20 12:37:49 +00:00
|
|
|
are provided as well as source.
|
|
|
|
</para>
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2002-12-02 12:55:46 +00:00
|
|
|
&reference.xslt.configure;
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="xslt.configuration">
|
2002-07-20 12:37:49 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&no.config;
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="xslt.resources">
|
2002-07-20 12:37:49 +00:00
|
|
|
&reftitle.resources;
|
2007-03-03 22:12:01 +00:00
|
|
|
<para>
|
|
|
|
This extension defines a XSLT processor resource returned by
|
|
|
|
<function>xslt_create</function>.
|
|
|
|
</para>
|
2002-04-15 00:12:54 +00:00
|
|
|
</section>
|
2002-07-20 12:37:49 +00:00
|
|
|
|
2002-10-06 21:22:33 +00:00
|
|
|
&reference.xslt.constants;
|
2002-07-20 12:37:49 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.xslt.entities.functions;
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
</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
|
|
|
|
-->
|