From 3de5d97b9f38cddbbd5791f595b1aad7c54837e1 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 22 May 2002 08:58:31 +0000 Subject: [PATCH] - Fix for bug #17355 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83229 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xslt/functions/xslt-process.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/reference/xslt/functions/xslt-process.xml b/reference/xslt/functions/xslt-process.xml index 8ee6308c6c..123027f5b9 100644 --- a/reference/xslt/functions/xslt-process.xml +++ b/reference/xslt/functions/xslt-process.xml @@ -1,5 +1,5 @@ - + @@ -18,21 +18,22 @@ 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. This is accomplished through the use of argument - buffers -- a concept taken from the Sablotron XSLT processor + 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 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... + 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 - to a new XML file + Using the <function>xslt_process</function> to transform an XML + file and a XSL file to a new XML file