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

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

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

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

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

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

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

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

</xsl:stylesheet>
