implementation.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  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. <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>notification rendering</frag:title>
  11. </info>
  12. <message source="/messages/myinbox.xml"/>
  13. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.NotificationRenderingInteractionStage" processor="java">
  14. <param name="busHeader"/>
  15. </interaction>
  16. <logic processor="xts" source="/myinbox/common/gen-links/gen-links.xts">
  17. <param name="busHeader"/>
  18. </logic>
  19. <render>
  20. <param name="interactions"/>
  21. <!-- need the preferences to get access to the content/product locale -->
  22. <param name="preferences"/>
  23. <!-- need the busHeader to get access to the format user preference -->
  24. <param name="busHeader"/>
  25. <mode name="view">
  26. <transforms>
  27. <transform source="myinbox/notificationRendering/view/render-notificationRenderings.xslt"/>
  28. <transform source="myinbox/common/hts_ui.xslt"/>
  29. </transforms>
  30. </mode>
  31. </render>
  32. </implementation>