jan             Sat Feb  2 13:00:36 2002 EDT

  Modified files:              
    /phpdoc/en/functions        xslt.xml 
  Log:
   - adding suggestion/grammar-fix from Rick Bradley <[EMAIL PROTECTED]>
  
  
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.31 phpdoc/en/functions/xslt.xml:1.32
--- phpdoc/en/functions/xslt.xml:1.31   Sat Feb  2 10:36:11 2002
+++ phpdoc/en/functions/xslt.xml        Sat Feb  2 13:00:35 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
  <reference id="ref.xslt">
   <title>XSLT functions</title>
   <titleabbrev>XSLT</titleabbrev>
@@ -238,16 +238,17 @@
        <methodparam 
choice="opt"><type>array</type><parameter>parameters</parameter></methodparam>
      </methodsynopsis>
     <para>
-     The XSLT process function is the crux of the new XSLT extension, it allows you to
-     perform an XSLT transformation using almost any type of input source visa-vi the 
concept 
-     of argument buffers.  Argument buffers is a concept taken from the Sablotron 
XSLT 
-     processors (which is currently the only XSLT processor this extension supports). 
 
+     The xslt_process() function is the crux of the new XSLT extension.  It
+     allows you to perform an XSLT transformation using almost any type of
+     input source.  This is accomplished through the use of argument
+     buffers -- a concept taken from the Sablotron XSLT processor
+     (currently the only XSLT processor this extension supports).
     </para>
     <para>
-     The simplest type of transformation with the <function>xslt_process</function> 
function 
-     is transforming an XML file with an XSLT file and placing the result in third 
file, which
-     contains the new XML document (or HTML document).  Doing this with sablotron is 
really quite 
-     easy...
+     The simplest type of transformation with the <function>xslt_process()</function>
+     function is the transformation of an XML file with an XSLT file, placing the
+     result in a third file containing the new XML (or HTML) document.
+     Doing this with sablotron is really quite easy...
     </para>
     <example>
      <title>Using the <function>xslt_process</function> to transform an XML file and 
a XSL file 


Reply via email to