<?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="bibliocoverage">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="bibliodiv">
	<xsl:call-template name="block.simple"/>
</xsl:template>

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

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

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

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

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

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

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

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

</xsl:stylesheet>
