]> granicus.if.org Git - docbook-dsssl/commitdiff
Bugfix in opf.spine: removed double refentry entries
authorThomas Schraitle <tom_schr@web.de>
Thu, 2 May 2013 06:32:20 +0000 (06:32 +0000)
committerThomas Schraitle <tom_schr@web.de>
Thu, 2 May 2013 06:32:20 +0000 (06:32 +0000)
xsl/epub/docbook.xsl

index ffd43ada737fc4ec47fa26e30e95e8d8f454c47e..5af8d0fb52158d70644cb586ae22ef73c5011010 100644 (file)
           <xsl:value-of select="generate-id(.)"/>
         </xsl:attribute>
       </xsl:element>
-      <xsl:apply-templates select="*|.//refentry" mode="opf.spine"/>
+      <xsl:apply-templates select="*" mode="opf.spine"/>
     </xsl:if>
   </xsl:template>