123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2010, 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- ===============================================================================================
- Initialize the content to include in the content task
- ===============================================================================================
- -->
- <xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xts="http://developer.cognos.com/schemas/xts/"
- xmlns:send="http://developer.cognos.com/schemas/xts/logic-sheet/xslt/brl/1/"
- xmlns:cm="http://developer.cognos.com/schemas/xts-cm/1/">
- <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
-
- <xsl:template match="/">
- <xts:sequence>
- <xts:append>
- <packageAndFolderSection>
- <uiInfo>
- <hiddenInput>cto_includedObjects</hiddenInput>
- <xsl:if test="/root/env/param[@name='contentTaskType' and string(.)='contentArchival']">
- <sectionTitle><xts:string id="IDS_CONTENT_ARCHIVALE_TASK_CONTENT_SECTION_TITLE"/></sectionTitle>
- </xsl:if>
- </uiInfo>
- </packageAndFolderSection>
- </xts:append>
- </xts:sequence>
- </xsl:template>
-
- </xsl:stylesheet>
|