msg.xslt 840 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <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">
  9. <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
  10. <!-- the main engine -->
  11. <xsl:template match="/">
  12. <customMsgs>
  13. <param name="IDS_PROP_MULTIPAGE_SCROLL_LEFT"><xts:string id="IDS_PROP_MULTIPAGE_SCROLL_LEFT"/></param>
  14. <param name="IDS_PROP_MULTIPAGE_SCROLL_RIGHT"><xts:string id="IDS_PROP_MULTIPAGE_SCROLL_RIGHT"/></param>
  15. </customMsgs>
  16. </xsl:template>
  17. </xsl:stylesheet>