<xsl:apply-templates select="title" mode="list.title.mode"/>
</xsl:if>
- <xsl:apply-templates select="*[not(self::listitem or self::title)]"/>
+ <xsl:apply-templates select="*[not(self::listitem
+ or self::title
+ or self::titleabbrev)]"/>
<fo:list-block id="{$id}" xsl:use-attribute-sets="list.block.spacing"
provisional-label-separation="0.2em">
<!--nop-->
</xsl:template>
+<xsl:template match="itemizedlist/titleabbrev|orderedlist/titleabbrev">
+ <!--nop-->
+</xsl:template>
+
+<xsl:template match="variablelist/titleabbrev" mode="vl.as.list">
+ <!--nop-->
+</xsl:template>
+
+<xsl:template match="variablelist/titleabbrev" mode="vl.as.blocks">
+ <!--nop-->
+</xsl:template>
+
<xsl:template match="itemizedlist/listitem">
<xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
<xsl:apply-templates select="title" mode="list.title.mode"/>
</xsl:if>
- <xsl:apply-templates select="*[not(self::listitem or self::title)]"/>
+ <xsl:apply-templates select="*[not(self::listitem
+ or self::title
+ or self::titleabbrev)]"/>
<fo:list-block id="{$id}" xsl:use-attribute-sets="list.block.spacing"
provisional-label-separation="0.2em">