From fdae4469dcd1a88d83f3f40e2fe98194c09c37b3 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 26 Nov 2000 12:46:10 +0000 Subject: [PATCH] fixed a typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36595 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xslt.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/functions/xslt.xml b/functions/xslt.xml index 4517540e60..5a1596372c 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -283,12 +283,12 @@ xslt_output_endtransform(); void xslt_output_endtransform - + The xslt_output_endtransform ends the output transformation - started by the xslt_output_begintransform() function. You must call + started by the xslt_output_begintransform function. You must call this function in order to see the results of the output transformation. @@ -370,7 +370,7 @@ if (xslt_process($xslData, $xmlData, $result)) { echo "Here is the brilliant in-depth article on learning" echo " German: "; - echo "
\n
"; + echo "<br>\n<br>"; echo $result; } else @@ -381,8 +381,9 @@ else exit; } ?> - - + + + @@ -451,7 +452,7 @@ else string xsl - string xml + string xml string result string params string args