From 70d6b82da03d8393c07605d2a0dbc09b7500e5d0 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 2 Feb 2002 18:00:35 +0000 Subject: [PATCH] - adding suggestion/grammar-fix from Rick Bradley git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69303 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xslt.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/functions/xslt.xml b/functions/xslt.xml index 7dec76453e..5a35f2fb06 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -1,5 +1,5 @@ - + XSLT functions XSLT @@ -238,16 +238,17 @@ xslt_free($xh); arrayparameters - 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). - The simplest type of transformation with the xslt_process 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 xslt_process() + 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... Using the <function>xslt_process</function> to transform an XML file and a XSL file