betz            Wed Jul 21 18:17:03 2004 EDT

  Added files:                 
    /phpdoc/en/reference/xsl    configure.xml 

  Modified files:              
    /phpdoc/en/reference/xsl    reference.xml 
  Log:
  move configure options to configure.xml
  section for requirements.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xsl/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xsl/reference.xml
diff -u phpdoc/en/reference/xsl/reference.xml:1.4 
phpdoc/en/reference/xsl/reference.xml:1.5
--- phpdoc/en/reference/xsl/reference.xml:1.4   Wed Apr 14 03:17:17 2004
+++ phpdoc/en/reference/xsl/reference.xml       Wed Jul 21 18:17:03 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.xsl">
   <title>XSL functions</title>
   <titleabbrev>XSL</titleabbrev>
@@ -11,20 +11,22 @@
     &warn.experimental;
     <para>
      The XSL extension implements the XSL standard, performing
-     XSLT transformations using the libxslt library.
+     XSLT transformations using the <ulink url="&url.libxslt;">
+     libxslt library</ulink>
     </para>
    </section>
 
-   <section id="xsl.installation">
-    &reftitle.install;
+<section id="xsl.requirements">
+    &reftitle.required;
     <para>
-     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. libxslt version 1.0.18 or greater is required.
+     This extension uses <productname>libxslt</productname> which can be
+     found at <ulink url="&url.libxslt;">&url.libxslt;</ulink>. libxslt
+     version 1.0.18 or greater is required.
     </para>
    </section>
 
+   &reference.xsl.configure;
+
    <section id="xsl.examples">
     &reftitle.examples;
     <para>
@@ -141,4 +143,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-

http://cvs.php.net/co.php/phpdoc/en/reference/xsl/configure.xml?r=1.1&p=1
Index: phpdoc/en/reference/xsl/configure.xml
+++ phpdoc/en/reference/xsl/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="xsl.installation">
 &reftitle.install;
  <para>
   PHP 5 includes the XSL extension by default and 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>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to