From 48c792e54d1f254ff9ed7baff0eed2f3309a94a3 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 21 Jul 2004 22:17:03 +0000 Subject: [PATCH] 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 --- reference/xsl/configure.xml | 32 ++++++++++++++++++++++++++++++++ reference/xsl/reference.xml | 19 ++++++++++--------- 2 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 reference/xsl/configure.xml diff --git a/reference/xsl/configure.xml b/reference/xsl/configure.xml new file mode 100644 index 0000000000..767d92298c --- /dev/null +++ b/reference/xsl/configure.xml @@ -0,0 +1,32 @@ + + +
+ &reftitle.install; + + PHP 5 includes the XSL extension by default and can be enabled + by adding the argument + to your configure line. DIR is the libxslt installation + directory. + +
+ + diff --git a/reference/xsl/reference.xml b/reference/xsl/reference.xml index b6e7e0d230..17ec7e4f29 100644 --- a/reference/xsl/reference.xml +++ b/reference/xsl/reference.xml @@ -1,5 +1,5 @@ - + XSL functions XSL @@ -11,20 +11,22 @@ &warn.experimental; The XSL extension implements the XSL standard, performing - XSLT transformations using the libxslt library. + XSLT transformations using the + libxslt library -
- &reftitle.install; +
+ &reftitle.required; - PHP 5 includes the XSL extension by default and it can be enabled - by adding the argument - to your configure line. DIR is the libxslt installation - directory. libxslt version 1.0.18 or greater is required. + This extension uses libxslt which can be + found at &url.libxslt;. libxslt + version 1.0.18 or greater is required.
+ &reference.xsl.configure; +
&reftitle.examples; @@ -141,4 +143,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> -