mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
linked -> linkend, Tag <note> added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98783 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e2cc7ad9a6
commit
dee1aece88
1 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<reference id="ref.xslt">
|
||||
<title>XSLT functions</title>
|
||||
<titleabbrev>XSLT</titleabbrev>
|
||||
|
@ -51,24 +51,24 @@
|
|||
library should be installed somewhere your compiler can find it.
|
||||
</para>
|
||||
<para>
|
||||
Make sure you have the same libraries linked to the
|
||||
<productname>Sablotron</productname> library as those, which are linked
|
||||
Make sure you have the same libraries linkend to the
|
||||
<productname>Sablotron</productname> library as those, which are linkend
|
||||
with php. The configuration options:
|
||||
<link linked="install.configure.with-expat-dir">--with-expat-dir</link>
|
||||
<link linked="install.configure.with-iconv-dir">--with-iconv-dir</link>
|
||||
<link linkend="install.configure.with-expat-dir">--with-expat-dir</link>
|
||||
<link linkend="install.configure.with-iconv-dir">--with-iconv-dir</link>
|
||||
are there to help you specify them. When asking for support, always
|
||||
mention these directives, and whether there are other versions of those
|
||||
libraries installed on your system somewhere. Naturally, provide all the
|
||||
version numbers.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<title>JavaScript E-XSLT support</title>
|
||||
<simpara>
|
||||
If you compiled <productname>Sablotron</productname> with JavaScript
|
||||
support, you must specify the option:
|
||||
<link linked="install.configure.with-sablot-js">--with-sablot-js</link>.
|
||||
<link linkend="install.configure.with-sablot-js">--with-sablot-js</link>.
|
||||
</simpara>
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<section id="xslt.configuration">
|
||||
|
|
Loading…
Reference in a new issue