From c9a49898fa107d31baeea9e9135c56b71f1d8fa8 Mon Sep 17 00:00:00 2001 From: Melvyn Sopacua Date: Sun, 6 Oct 2002 21:22:33 +0000 Subject: [PATCH] (general) Add more help for configuration options and pre-prep support questions (if that's possible :-). Introduce constants. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98496 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xslt/reference.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/reference/xslt/reference.xml b/reference/xslt/reference.xml index 0a6c00f42e..959350908b 100644 --- a/reference/xslt/reference.xml +++ b/reference/xslt/reference.xml @@ -1,5 +1,5 @@ - + XSLT functions XSLT @@ -50,6 +50,25 @@ options. The Sablotron library should be installed somewhere your compiler can find it. + + Make sure you have the same libraries linked to the + Sablotron library as those, which are linked + with php. The configuration options: + --with-expat-dir + --with-iconv-dir + 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. + + + JavaScript E-XSLT support + + If you compiled Sablotron with JavaScript + support, you must specify the option: + --with-sablot-js. + +
@@ -62,10 +81,7 @@ &no.resource;
-
- &reftitle.constants; - &no.constants; -
+ &reference.xslt.constants;