12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: HTS
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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/">
- <info>
- <frag:title resourceName="IDS_FRAG_RENDERING_DEFAULT_TITLE">Rendering</frag:title>
- </info>
- <meta>
- <frag:transientProperties name="renderingTaskInfo">
- <frag:label>Rendering Task ID</frag:label>
- <frag:datatype>string</frag:datatype>
- <frag:validate>
- <val:name>renderingTaskInfo</val:name>
- <val:ruleRef id="fragment-hts:Task.renderinginfo"/>
- </frag:validate>
- </frag:transientProperties>
- </meta>
- <!--library type="text/javascript" href="$WEB$/dojotoolkit/dojo/dojo.js"/-->
- <message source="/messages/myinbox.xml"/>
- <interaction source="com.ibm.cognos.internal.hts.fragment.stage.RenderingInteractionStage" processor="java">
- <param name="busHeader"/>
- </interaction>
- <render>
- <mode name="view">
- <transforms>
- <transform source="myinbox/rendering/view/render-renderings.xslt"/>
- </transforms>
- </mode>
- </render>
- </implementation>
|