12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: qs
- (C) Copyright IBM Corp. 2001, 2017
- 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).
- -->
- <xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xos="http://developer.cognos.com/schemas/xts/output/"
- xmlns:out="dummy-uri"
- xmlns:pf="http://developer.cognos.com/schemas/xts/pf"
- xmlns:mt="http://developer.cognos.com/schemas/xts/logicsheets/presentation/main/mt"
- xmlns:mf="http://developer.cognos.com/schemas/xts/logicsheets/presentation/main/mf"
- xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt"
- xmlns:cf="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/controls/framework/"
- xmlns:cp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/controls/presentation/"
- xmlns:qsf="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/qs/framework/"
- xmlns:qsp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/qs/presentation/"
- xmlns:bus="http://developer.cognos.com/schemas/bibus/3/"
- xmlns:xts="http://developer.cognos.com/schemas/xts/"
- xmlns:dp="http://developer.cognos.com/schemas/xts/logicsheets/xslt/presentation/dialog/presentation/"
- xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
- xmlns:cm="http://developer.cognos.com/schemas/bibus/3/"
- exclude-result-prefixes="xsl xos out pf mt mf xtsext cf cp qsf qsp bus xts dp SOAP-ENV cm">
- <xsl:output method="html" encoding="utf-8" indent="no"/>
- <pf:variables/>
- <qsf:variables/>
- <xsl:template match="/root">
- <qsp:h1/>
- </xsl:template>
- </xsl:stylesheet>
|