RSUpgrade.xsl 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: rspecupgrade
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- COPYRIGHT_DATA { 'YEAR':[2005, 2009], 'RELEASE':['colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'rspecupgrade' }-->
  10. <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
  11. <!--
  12. * This stylesheet generates a V5 Report Specification from a V4 Report Specification.
  13. *
  14. -->
  15. <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">
  16. <!-- URI to an XML document that contains the upgraded query (as generated by the V4toV5J.jar). -->
  17. <!-- If not specified, the queries element is not generated. -->
  18. <xsl:param name="p_queries_uri" select="''"/>
  19. <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no" xalan:indent-amount="2" omit-xml-declaration="yes"/>
  20. <xsl:include href="RSUpgradeLog.xsl"/>
  21. <xsl:include href="RSUpgradeStyleMap.xsl"/>
  22. <xsl:include href="RSUpgradeGlobalVariables.xsl"/>
  23. <xsl:include href="RSUpgradeReport.xsl"/>
  24. <xsl:include href="RSUpgradeLayout.xsl"/>
  25. <xsl:include href="RSUpgradeLayoutItems.xsl"/>
  26. <xsl:include href="RSUpgradePage.xsl"/>
  27. <xsl:include href="RSUpgradePrompt.xsl"/>
  28. <xsl:include href="RSUpgradeStyle.xsl"/>
  29. <xsl:include href="RSUpgradeFormat.xsl"/>
  30. <xsl:include href="RSUpgradeList.xsl"/>
  31. <xsl:include href="RSUpgradeCrosstab.xsl"/>
  32. <xsl:include href="RSUpgradeChart.xsl"/>
  33. <xsl:include href="RSUpgradeCommonChart.xsl"/>
  34. <xsl:include href="RSUpgradeChartTypes.xsl"/>
  35. <xsl:include href="RSUpgradeAreaChart.xsl"/>
  36. <xsl:include href="RSUpgradeThreeDAreaChart.xsl"/>
  37. <xsl:include href="RSUpgradeThreeDColumnChart.xsl"/>
  38. <xsl:include href="RSUpgradeThreeDLineChart.xsl"/>
  39. <xsl:include href="RSUpgradeThreeDCombinationChart.xsl"/>
  40. <xsl:include href="RSUpgradeBarChart.xsl"/>
  41. <xsl:include href="RSUpgradeBubbleChart.xsl"/>
  42. <xsl:include href="RSUpgradeCombinationChart.xsl"/>
  43. <xsl:include href="RSUpgradeLineChart.xsl"/>
  44. <xsl:include href="RSUpgradeParetoChart.xsl"/>
  45. <xsl:include href="RSUpgradePieChart.xsl"/>
  46. <xsl:include href="RSUpgradePolarChart.xsl"/>
  47. <xsl:include href="RSUpgradeProgressiveChart.xsl"/>
  48. <xsl:include href="RSUpgradeQuadrantChart.xsl"/>
  49. <xsl:include href="RSUpgradeRadarChart.xsl"/>
  50. <xsl:include href="RSUpgradeScatterChart.xsl"/>
  51. <xsl:include href="RSUpgradeReportVariables.xsl"/>
  52. <xsl:include href="RSUpgradeDrillTarget.xsl"/>
  53. <xsl:include href="RSUpgradePageSetup.xsl"/>
  54. <xsl:include href="RSUpgradeRepeater.xsl"/>
  55. <xsl:include href="RSUpgradeFieldSet.xsl"/>
  56. <xsl:include href="RSUpgradePageSet.xsl"/>
  57. <xsl:include href="RSUpgradeBurst.xsl"/>
  58. <xsl:include href="RSUpgradeLayoutComponentRef.xsl"/>
  59. <xsl:include href="RSUpgradeMasterDetail.xsl"/>
  60. </xsl:stylesheet>