]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed old varlistentry accidentally left in.
authorBob Stayton <bobs@sagehill.net>
Sat, 26 May 2007 20:21:33 +0000 (20:21 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 26 May 2007 20:21:33 +0000 (20:21 +0000)
xsl/fo/lists.xsl

index 487ce2fe50922327ba13d63e22870f2cca2c945f..f3e617cf75cb698e0f6c2422bd874b96b20eed1b 100644 (file)
   </xsl:choose>
 </xsl:template>
 
-<xsl:template match="varlistentry" mode="vl.as.list">
-  <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-  <fo:list-item id="{$id}" xsl:use-attribute-sets="list.item.spacing">
-    <fo:list-item-label end-indent="label-end()" text-align="start">
-      <fo:block>
-        <xsl:apply-templates select="term"/>
-      </fo:block>
-    </fo:list-item-label>
-    <fo:list-item-body start-indent="body-start()">
-      <fo:block>
-        <xsl:apply-templates select="listitem"/>
-      </fo:block>
-    </fo:list-item-body>
-  </fo:list-item>
-</xsl:template>
-
 <xsl:template match="varlistentry" mode="vl.as.list">
   <xsl:variable name="id">
     <xsl:call-template name="object.id"/>