]> granicus.if.org Git - docbook-dsssl/commitdiff
Handle textobject in tables
authorNorman Walsh <ndw@nwalsh.com>
Mon, 25 Mar 2002 13:00:58 +0000 (13:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 25 Mar 2002 13:00:58 +0000 (13:00 +0000)
xsl/fo/formal.xsl

index 0c8f2bc6fdcda85be3433f4fd9f9a26474ddc38a..0e49bc6f27bd9a1221489384ba7f160d6e5125d3 100644 (file)
 
 <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>