123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rspecupgrade
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA { 'YEAR':[2005, 2009], 'RELEASE':['colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'rspecupgrade' }-->
- <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
- <!--
- * This stylesheet generates a V5 Report Specification from a V4 Report Specification.
- *
- -->
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:baltic="http://developer.cognos.com/schemas/report/1/" xmlns:bering="http://developer.cognos.com/schemas/report/2.0/" xmlns="http://developer.cognos.com/schemas/report/2.0/" xmlns:date="http://exslt.org/dates-and-times" xmlns:exsl="http://exslt.org/common" xmlns:xalan="http://xml.apache.org/xalan" xmlns:java="http://xml.apache.org/xalan/java" extension-element-prefixes="xalan date exsl" exclude-result-prefixes="xalan java baltic date exsl">
- <!-- URI to an XML document that contains the upgraded query (as generated by the V4toV5J.jar). -->
- <!-- If not specified, the queries element is not generated. -->
- <xsl:param name="p_queries_uri" select="''"/>
- <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no" xalan:indent-amount="2" omit-xml-declaration="yes"/>
- <xsl:include href="RSUpgradeLog.xsl"/>
- <xsl:include href="RSUpgradeStyleMap.xsl"/>
- <xsl:include href="RSUpgradeGlobalVariables.xsl"/>
- <xsl:include href="RSUpgradeReport.xsl"/>
- <xsl:include href="RSUpgradeLayout.xsl"/>
- <xsl:include href="RSUpgradeLayoutItems.xsl"/>
- <xsl:include href="RSUpgradePage.xsl"/>
- <xsl:include href="RSUpgradePrompt.xsl"/>
- <xsl:include href="RSUpgradeStyle.xsl"/>
- <xsl:include href="RSUpgradeFormat.xsl"/>
- <xsl:include href="RSUpgradeList.xsl"/>
- <xsl:include href="RSUpgradeCrosstab.xsl"/>
- <xsl:include href="RSUpgradeChart.xsl"/>
- <xsl:include href="RSUpgradeCommonChart.xsl"/>
- <xsl:include href="RSUpgradeChartTypes.xsl"/>
- <xsl:include href="RSUpgradeAreaChart.xsl"/>
- <xsl:include href="RSUpgradeThreeDAreaChart.xsl"/>
- <xsl:include href="RSUpgradeThreeDColumnChart.xsl"/>
- <xsl:include href="RSUpgradeThreeDLineChart.xsl"/>
- <xsl:include href="RSUpgradeThreeDCombinationChart.xsl"/>
- <xsl:include href="RSUpgradeBarChart.xsl"/>
- <xsl:include href="RSUpgradeBubbleChart.xsl"/>
- <xsl:include href="RSUpgradeCombinationChart.xsl"/>
- <xsl:include href="RSUpgradeLineChart.xsl"/>
- <xsl:include href="RSUpgradeParetoChart.xsl"/>
- <xsl:include href="RSUpgradePieChart.xsl"/>
- <xsl:include href="RSUpgradePolarChart.xsl"/>
- <xsl:include href="RSUpgradeProgressiveChart.xsl"/>
- <xsl:include href="RSUpgradeQuadrantChart.xsl"/>
- <xsl:include href="RSUpgradeRadarChart.xsl"/>
- <xsl:include href="RSUpgradeScatterChart.xsl"/>
- <xsl:include href="RSUpgradeReportVariables.xsl"/>
- <xsl:include href="RSUpgradeDrillTarget.xsl"/>
- <xsl:include href="RSUpgradePageSetup.xsl"/>
- <xsl:include href="RSUpgradeRepeater.xsl"/>
- <xsl:include href="RSUpgradeFieldSet.xsl"/>
- <xsl:include href="RSUpgradePageSet.xsl"/>
- <xsl:include href="RSUpgradeBurst.xsl"/>
- <xsl:include href="RSUpgradeLayoutComponentRef.xsl"/>
- <xsl:include href="RSUpgradeMasterDetail.xsl"/>
- </xsl:stylesheet>
|