1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: HTS
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xts="http://developer.cognos.com/schemas/xts/" exclude-result-prefixes="xts">
- <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
- <!-- the main engine -->
- <xsl:template match="/">
- <customMsgs>
- <param name="IDS_PROP_MULTIPAGE_SCROLL_LEFT"><xts:string id="IDS_PROP_MULTIPAGE_SCROLL_LEFT"/></param>
- <param name="IDS_PROP_MULTIPAGE_SCROLL_RIGHT"><xts:string id="IDS_PROP_MULTIPAGE_SCROLL_RIGHT"/></param>
- </customMsgs>
- </xsl:template>
- </xsl:stylesheet>
|