pipelineName | Name of the pipeline. |
<xsl:variable name="VarGenerateReportSetting" select="wwprojext:GetFormatSetting('report-filenames-generate', 'true') = 'true'" /> <xsl:variable name = "VarRequestedPipeline" select="wwenv:RequestedPipeline($GlobalPipelineName)" />
<xsl:variable name = "VarGenerateReport" select="($VarGenerateReportSetting) or ($VarRequestedPipeline)" />