From 9302ce1066f36cb8d7e4c31b28a3f412f1d179b0 Mon Sep 17 00:00:00 2001 From: Damien Seguy <dams@php.net> Date: Thu, 13 Feb 2003 14:36:56 +0000 Subject: [PATCH] minor typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116163 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xslt/functions/xslt-process.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/reference/xslt/functions/xslt-process.xml b/reference/xslt/functions/xslt-process.xml index c57b41c272..a85d88198d 100644 --- a/reference/xslt/functions/xslt-process.xml +++ b/reference/xslt/functions/xslt-process.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 --> <refentry id="function.xslt-process"> <refnamediv> @@ -26,7 +26,7 @@ The input containers default to a filename 'containing' the document to be processed. The result container defaults to a filename for the transformed document. If the result container is not specified - i.e. - <parameter>NULL</parameter> - than the result is returned. + &null; - than the result is returned. </para> <para> <warning> @@ -177,10 +177,14 @@ xslt_free($xh); interpreted as strings by the Sablotron processor. In other words - you cannot pass node-sets as parameters to the XSLT document. </para> - <note> - <simpara> - Please note that <emphasis>file://</emphasis> is needed in front of path if you use Windows. - </simpara> + <note> + + <simpara> + + Please note that <emphasis>file://</emphasis> is needed in front of path if you use Windows. + + </simpara> + </note> </refsect1> </refentry>