summaryrefslogtreecommitdiff
path: root/stylesheets/db2html-callout.xsl
blob: 809876b2c4a3ab2440e44382e0550557d11b1850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0'?><!-- -*- Mode: fundamental; tab-width: 3 -*- -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<xsl:template match="programlistingco | screenco">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="area">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="areaset">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="areaspec">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="callout">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="calloutlist">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="co">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="coref">
	<xsl:call-template name="FIXME"/>
</xsl:template>

</xsl:stylesheet>