]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove extraneous call from fop1.foxdest mode per patch submission.
authorBob Stayton <bobs@sagehill.net>
Tue, 27 Aug 2013 20:35:43 +0000 (20:35 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 27 Aug 2013 20:35:43 +0000 (20:35 +0000)
xsl/fo/fop1.xsl

index 9cea9ce84f73117e8e999c1c1f37fc344f7fac8f..d1d01cc513426fa01723a5dd970cd70d5a1c1685 100644 (file)
   <xsl:variable name="id">
     <xsl:call-template name="object.id"/>
   </xsl:variable>
-  <xsl:variable name="bookmark-label">
-    <xsl:apply-templates select="." mode="object.title.markup"/>
-  </xsl:variable>
-  <!--xsl:if test="$id != ''">
-    <fox:destination internal-destination="{$id}"/>
-  </xsl:if-->
-
-  <!-- Put the root element bookmark at the same level as its children -->
-  <!-- If the object is a set or book, generate a bookmark for the toc -->
 
   <xsl:choose>
-    <xsl:when test="self::index and $generate.index = 0"/>     
+    <xsl:when test="self::index and $generate.index = 0"/>
     <xsl:when test="parent::*">
       <fox:destination internal-destination="{$id}"/>
         <xsl:apply-templates select="*" mode="fop1.foxdest"/>