didou           Tue Mar  2 11:43:43 2004 EDT

  Modified files:              
    /phpdoc/en/reference/xslt/functions xslt-process.xml 
  Log:
  parse error
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-process.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.10 
phpdoc/en/reference/xslt/functions/xslt-process.xml:1.11
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.10    Sat Feb 28 10:13:46 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Tue Mar  2 11:43:43 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-process">
    <refnamediv>
@@ -106,7 +106,7 @@
     echo "</pre>\n";
 } else {
     echo "Sorry, sample.xml could not be transformed by sample.xsl into";
-    echo "  the \$result variable the reason is that " . xslt_error($xh) . 
+    echo "  the \$result variable the reason is that " . xslt_error($xh); 
     echo " and the error code is " . xslt_errno($xh);
 }
 

Reply via email to