From 1e4460fb8780df3d710b09cbb7df29bc6ed8e77a Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Tue, 16 Apr 2002 06:06:57 +0000 Subject: [PATCH] fix a problem with "double parentheses" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78351 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xslt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/xslt.xml b/functions/xslt.xml index 5a35f2fb06..af5349b42a 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -1,5 +1,5 @@ - + XSLT functions XSLT @@ -245,7 +245,7 @@ xslt_free($xh); (currently the only XSLT processor this extension supports). - The simplest type of transformation with the xslt_process() + 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...