msopacua Sun Oct 6 17:22:33 2002 EDT Modified files: /phpdoc/en/reference/xslt reference.xml Log: (general) Add more help for configuration options and pre-prep support questions (if that's possible :-). Introduce constants. Index: phpdoc/en/reference/xslt/reference.xml diff -u phpdoc/en/reference/xslt/reference.xml:1.3 phpdoc/en/reference/xslt/reference.xml:1.4 --- phpdoc/en/reference/xslt/reference.xml:1.3 Sat Jul 20 08:37:49 2002 +++ phpdoc/en/reference/xslt/reference.xml Sun Oct 6 17:22:33 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <reference id="ref.xslt"> <title>XSLT functions</title> <titleabbrev>XSLT</titleabbrev> @@ -50,6 +50,25 @@ options. The <productname>Sablotron</productname> 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 + 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> + 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> + <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>. + </simpara> + </para> </section> <section id="xslt.configuration"> @@ -62,10 +81,7 @@ &no.resource; </section> - <section id="xslt.constants"> - &reftitle.constants; - &no.constants; - </section> + &reference.xslt.constants; </partintro>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php