edit.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, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!-- $Header: //cps4/main/src/cps/templates/cps4/portlets/samples/portlet-impl/xmlviewer/edit.xslt#2 $ -->
  9. <!-- $DateTime: 2004/04/18 10:35:04 $ -->
  10. <!-- $Change: 8570 $ -->
  11. <xsl:stylesheet
  12. exclude-result-prefixes="xts xtsext ui utml"
  13. version="1.0"
  14. xmlns:ui="http://developer.cognos.com/schemas/cps/logic/ui/1/"
  15. xmlns:utml="http://developer.cognos.com/schemas/cps/logic/form/1/"
  16. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  17. xmlns:xts="http://developer.cognos.com/schemas/xts/"
  18. xmlns:trustedSession="java:com.cognos.portal.utils.TrustedSessionHelper"
  19. xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt">
  20. <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
  21. <xsl:template match="/">
  22. <script language="javascript">
  23. function wsrp_rewrite_validate() {
  24. return true;
  25. }
  26. </script>
  27. <div id="CognosConnect.maindiv">
  28. </div>
  29. </xsl:template>
  30. </xsl:stylesheet>
  31. <!-- This file was formated by XML Formatter (Cognos Inc.) on Aug 17, 2005 2:56:27 PM -->