From 69ebd8d7ce771334b726810713ff4c669ed4d065 Mon Sep 17 00:00:00 2001 From: Liangent Date: Wed, 16 May 2012 20:48:36 +0800 Subject: [PATCH] Add some more detailed info about the xslt param of format=xml Change-Id: I77e1dcbdf3ff1d201a2346c5a397469b4fc21d74 --- includes/api/ApiFormatXml.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ); } -- 2.20.1