<?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>
