summaryrefslogtreecommitdiffstats
path: root/kxsldbg/data/empty.xsl
blob: ab4548efe445d6bbb89835ed917fdd3956dd5dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
     File : empty.xsl     
     Author: Keith Isdale <k_isdale@tpg.com.au>
     Description: empty stylesheet for getting started
     Copyright Reserved Under GPL     
-->
<!-- This file does not require translation -->
<!-- NO TRANSLATION -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

    <xsl:output method="text"/>

    <xsl:template match="/">
	<xsl:apply-templates />
    </xsl:template>
</xsl:stylesheet>