mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update text a little.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154731 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
24e65da400
commit
09617e8b29
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<reference id="ref.xsl">
|
||||
<title>XSL functions</title>
|
||||
<titleabbrev>XSL</titleabbrev>
|
||||
|
@ -17,13 +17,12 @@
|
|||
<section id="xsl.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
PHP 5 includes XSL by default, but it can be enabled
|
||||
explicitly by adding the argument
|
||||
<option role="configure">--enable-xsl[=DIR]</option>.
|
||||
<literal>DIR</literal> is the libxslt installation directory.
|
||||
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.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="xsl.examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue