<xsl:template match="figure/title"></xsl:template>
<xsl:template match="table/title"></xsl:template>
+<xsl:template match="table/textobject"></xsl:template>
<xsl:template match="example/title"></xsl:template>
<xsl:template match="equation/title"></xsl:template>
</xsl:choose>
</xsl:template>
+<xsl:template match="informaltable/textobject"></xsl:template>
+
<xsl:template match="informalequation">
<xsl:call-template name="informal.object"/>
</xsl:template>