help.xslt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <xsl:stylesheet version="1.0"
  13. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  14. xmlns:xts="http://developer.cognos.com/schemas/xts/"
  15. xmlns:pui="http://developer.cognos.com/common/portal/logic/ui/1/"
  16. xmlns:encodingUtils="com.cognos.portal.utils.EncodingUtils"
  17. exclude-result-prefixes="xts encodingUtils">
  18. <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
  19. <xsl:template match="/">
  20. <xsl:variable name="customs" select="/root/customs/param"/>
  21. <xsl:variable name="interactions" select="/root/interactions/param"/>
  22. <xsl:variable name="transients" select="/root/transients/param"/>
  23. <pui:helpscript/>
  24. <script type="text/javascript">
  25. _THIS_doHelp(true);
  26. </script>
  27. </xsl:template>
  28. </xsl:stylesheet>
  29. <!-- $Header: //cpscrn/main/src/java/etc/webapps/cps/WEB-INF/fragments/producers/common/help.xslt#1 $ -->
  30. <!-- $DateTime: 2008/10/22 11:12:04 $ -->
  31. <!-- $Change: 25109 $ -->