]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed junk accidentally added to previous revision.
authorMauritz Jeanson <mj@johanneberg.com>
Sun, 27 Mar 2011 12:18:01 +0000 (12:18 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sun, 27 Mar 2011 12:18:01 +0000 (12:18 +0000)
xsl/fo/xep.xsl

index fdcbd7478d620dc42315d61d5356f5e043be56e9..4e89d4219c9ede94c265502a8bc8af63656d3800 100644 (file)
      Pdf bookmarks
      ******************************************************************** -->
 
-<xsl:variable name="collapse.subtree">
-  <xsl:choose>
-    <xsl:when test="$bookmarks.collapse != 0">true</xsl:when>
-    <xsl:otherwise>false</xsl:otherwise>
-  </xsl:choose>
-</xsl:variable>
-
 <xsl:template match="*" mode="xep.outline">
   <xsl:apply-templates select="*" mode="xep.outline"/>
 </xsl:template>
     <xsl:when test="self::index and $generate.index = 0"/>     
     <xsl:when test="parent::*">
       <rx:bookmark internal-destination="{$id}">
-       <xsl:attribute name="collapse-subtree">
-         <xsl:value-of select="$collapse.subtree"/>
-       </xsl:attribute>
         <rx:bookmark-label>
           <xsl:value-of select="normalize-space($bookmark-label)"/>
         </rx:bookmark-label>
     <xsl:otherwise>
       <xsl:if test="$bookmark-label != ''">
         <rx:bookmark internal-destination="{$id}">
-         <xsl:attribute name="collapse-subtree">
-           <xsl:value-of select="$collapse.subtree"/>
-         </xsl:attribute>
           <rx:bookmark-label>
             <xsl:value-of select="normalize-space($bookmark-label)"/>
           </rx:bookmark-label>