123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!-- $Header: //cpscrn/main/templates/cps4/nav/impl/operation.xts#1 $ -->
- <!-- $DateTime: 2008/10/22 11:12:04 $ -->
- <!-- $Change: 25109 $ -->
- <xts:morphlet version="1.0" xmlns:xts="http://developer.cognos.com/schemas/xts/">
- <xts:block id="request" type="exec" mode="interpret" processor="XML">
- <xts:sequence>
- <xts:append select="/root/output">
- <xts:request name="NAV" target="interface://crn" option="part" mimeType="text/xml">
- <xts:param name="responseEnvelope">true</xts:param>
- <xts:queryNode select="/root/envelope/*[1]"/>
- </xts:request>
- </xts:append>
- </xts:sequence>
- </xts:block>
- </xts:morphlet>
|