123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!--
- ===============================================================================================
- Generated Runtime configuration tool UI file (English).
- ===============================================================================================
- -->
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xts="http://developer.cognos.com/schemas/xts/" xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt" xmlns:cm="http://developer.cognos.com/schemas/xts-cm/1/" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/" exclude-result-prefixes="bus cm">
- <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
- <xsl:template match="root">
- <xts:sequence>
- <xts:append>
- <pkgcfgSettings>
- <setting>
- <displayName><xts:string id="IDS_PACKAGECONFIGURATION_MEMBERDEFAULT"/></displayName>
- <name>memberDisplayCountDefault</name>
- <defaultValue>20</defaultValue>
- <value>
- <xsl:choose>
- <xsl:when test="string(/root/cm:queryResponse/*/cm:memberDisplayCountDefault)!=''">
- <xsl:value-of select="/root/cm:queryResponse/*/cm:memberDisplayCountDefault"/>
- </xsl:when>
- <xsl:otherwise>20</xsl:otherwise>
- </xsl:choose>
- </value>
- </setting>
- <setting>
- <displayName><xts:string id="IDS_PACKAGECONFIGURATION_MEMBERLIMIT"/></displayName>
- <name>memberDisplayCountLimit</name>
- <defaultValue>50</defaultValue>
- <value>
- <xsl:choose>
- <xsl:when test="string(/root/cm:queryResponse/*/cm:memberDisplayCountLimit)!=''">
- <xsl:value-of select="/root/cm:queryResponse/*/cm:memberDisplayCountLimit"/>
- </xsl:when>
- <xsl:otherwise>50</xsl:otherwise>
- </xsl:choose>
- </value>
- </setting>
- </pkgcfgSettings>
- </xts:append>
- </xts:sequence>
- </xsl:template>
- </xsl:stylesheet>
|