← Prev in month
← Prev in thread
Clean up copy-pasted code in fop1.xsl
Index: fo/fop1.xsl
===================================================================
--- fo/fop1.xsl (revision 663)
+++ fo/fop1.xsl (working copy)
@@ -107,16 +107,6 @@
<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="parent::*">
← Prev in month
← Prev in thread