The english declaration for xslt_process looks like this:

mixed xslt_process ( resource xh, string xml, string xsl [, string result [,
array arguments [, array parameters]]])

(http://www.php.net/manual/en/function.xslt-process.php) whereas, the french
is:

boolean xslt_process ( string xsl_data, string xml_data, string result)

(http://www.php.net/manual/fr/function.xslt-process.php).

Which one is the good one? Isn't there a probleme here?



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to