mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
move configure options to configure.xml
section for requirements. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163966 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2644847503
commit
48c792e54d
2 changed files with 42 additions and 9 deletions
32
reference/xsl/configure.xml
Normal file
32
reference/xsl/configure.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section id="xsl.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
PHP 5 includes the XSL extension by default and 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.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- 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
|
||||
-->
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<reference id="ref.xsl">
|
||||
<title>XSL functions</title>
|
||||
<titleabbrev>XSL</titleabbrev>
|
||||
|
@ -11,20 +11,22 @@
|
|||
&warn.experimental;
|
||||
<para>
|
||||
The XSL extension implements the XSL standard, performing
|
||||
XSLT transformations using the libxslt library.
|
||||
XSLT transformations using the <ulink url="&url.libxslt;">
|
||||
libxslt library</ulink>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="xsl.installation">
|
||||
&reftitle.install;
|
||||
<section id="xsl.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
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. libxslt version 1.0.18 or greater is required.
|
||||
This extension uses <productname>libxslt</productname> which can be
|
||||
found at <ulink url="&url.libxslt;">&url.libxslt;</ulink>. libxslt
|
||||
version 1.0.18 or greater is required.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.xsl.configure;
|
||||
|
||||
<section id="xsl.examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
@ -141,4 +143,3 @@ 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