topRow.xslt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: qs
  5. (C) Copyright IBM Corp. 2001, 2017
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <xsl:stylesheet version="1.0"
  13. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  14. xmlns:xos="http://developer.cognos.com/schemas/xts/output/"
  15. xmlns:out="dummy-uri"
  16. xmlns:pf="http://developer.cognos.com/schemas/xts/pf"
  17. xmlns:mt="http://developer.cognos.com/schemas/xts/logicsheets/presentation/main/mt"
  18. xmlns:mf="http://developer.cognos.com/schemas/xts/logicsheets/presentation/main/mf"
  19. xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt"
  20. xmlns:cf="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/controls/framework/"
  21. xmlns:cp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/controls/presentation/"
  22. xmlns:qsf="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/qs/framework/"
  23. xmlns:qsp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/qs/presentation/"
  24. xmlns:bus="http://developer.cognos.com/schemas/bibus/3/"
  25. xmlns:xts="http://developer.cognos.com/schemas/xts/"
  26. xmlns:dp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/dialog/presentation/"
  27. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  28. xmlns:cm="http://developer.cognos.com/schemas/bibus/3/"
  29. exclude-result-prefixes="xsl xos out pf mt mf xtsext cf cp qsf qsp bus xts dp SOAP-ENV cm">
  30. <xsl:output method="html" encoding="utf-8" indent="no"/>
  31. <pf:variables/>
  32. <qsf:variables/>
  33. <xsl:template match="/root">
  34. <qsp:h1/>
  35. </xsl:template>
  36. </xsl:stylesheet>