implementation.xml.pla 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" ?>
  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. <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:val="http://developer.cognos.com/schemas/validator/1/" xmlns:fragment="urn:cognos:fragments:validator" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../../schemas/implementation.xsd" xmlns:frag="http://developer.cognos.com/fragments/1/">
  9. <info>
  10. <frag:title>Banner Wrapper</frag:title>
  11. </info>
  12. <meta>
  13. </meta>
  14. <message source="/messages/myinbox.xml"/>
  15. <library type="text/javascript" href="$WEB$/fragments/myinbox/myinbox.js"/>
  16. <stage processor="xslt" source="/myinbox/banner/params.xslt">
  17. <param name="preferences"/>
  18. <param name="requestCookies"/>
  19. <output name="custom"/>
  20. <output name="settings"/>
  21. </stage>
  22. <render>
  23. <param name="preferences"/>
  24. <param name="requestCookies"/>
  25. <input name="custom"/>
  26. <input name="settings"/>
  27. <mode name="view">
  28. <transforms>
  29. <transform source="myinbox/banner/view/bannerView.xslt"/>
  30. </transforms>
  31. </mode>
  32. </render>
  33. </implementation>