From daf4ce33023d0ed9bbae01105fb67f6d53b28e16 Mon Sep 17 00:00:00 2001 From: OBones Date: Mon, 28 May 2012 15:35:51 +0200 Subject: [PATCH] Documentation --- project/core/tasks/XslTransformationTask.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/project/core/tasks/XslTransformationTask.cs b/project/core/tasks/XslTransformationTask.cs index 9f61e0df7..1a6fde687 100644 --- a/project/core/tasks/XslTransformationTask.cs +++ b/project/core/tasks/XslTransformationTask.cs @@ -17,13 +17,21 @@ /// XSL Transformation Task /// 1.7 /// - /// + /// /// <xslt> /// <xmlfile>XMLFile</xmlfile> /// <xslfile>XSLFile</xslfile> /// <outputfile>OutputFile</outputfile> /// </xslt> /// + /// + /// <xslt> + /// <xmlfile>XMLFile</xmlfile> + /// <xslfile>XSLFile</xslfile> + /// <outputfile>OutputFile</outputfile> + /// <xsltArgs><namedValue name="BuildDate" value="$[$CCNetBuildDate]" /></xsltArgs> + /// </xslt> + /// /// [ReflectorType("xslt")] public class XslTransformationTask : TaskBase @@ -57,6 +65,9 @@ public class XslTransformationTask : TaskBase /// /// The arguments to give to the XSL transformation. + /// You could use this to send an integration property (build date, build time, reason) + /// to the XSL stylesheet so that it can use it to generate the output. + /// Please see http://msdn.microsoft.com/en-us/library/dfktf882.aspx for detailed usage informations /// /// 1.7 /// n/a