From: Liangent Date: Wed, 16 May 2012 12:48:36 +0000 (+0800) Subject: Add some more detailed info about the xslt param of format=xml X-Git-Tag: 1.31.0-rc.0~23508^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=69ebd8d7ce771334b726810713ff4c669ed4d065;p=lhc%2Fweb%2Fwiklou.git Add some more detailed info about the xslt param of format=xml Change-Id: I77e1dcbdf3ff1d201a2346c5a397469b4fc21d74 --- diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index 8f4abc1533..ef2c54f59e 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -215,7 +215,8 @@ class ApiFormatXml extends ApiFormatBase { public function getParamDescription() { return array( 'xmldoublequote' => 'If specified, double quotes all attributes and content', - 'xslt' => 'If specified, adds as stylesheet', + 'xslt' => 'If specified, adds as stylesheet. This should be a wiki page ' + . 'in the MediaWiki namespace whose page name ends with ".xsl"', 'includexmlnamespace' => 'If specified, adds an XML namespace' ); }