]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug # 1372895. Refentry is now handled properly.
authorJirka Kosek <jirka@kosek.cz>
Fri, 14 Apr 2006 18:56:30 +0000 (18:56 +0000)
committerJirka Kosek <jirka@kosek.cz>
Fri, 14 Apr 2006 18:56:30 +0000 (18:56 +0000)
xsl/javahelp/javahelp.xsl

index c20622c06dd2865e24ef43bc5e7b1a614f77aabd..438d2182f4ff23dad69842c1f12cb1c2bea735d0 100644 (file)
@@ -288,7 +288,7 @@ references. In that case you can select appropriate encoding here.</para>
   </tocitem>
 </xsl:template>
 
-<xsl:template match="sect5|colophon" mode="jhtoc">
+<xsl:template match="sect5|colophon|refentry" mode="jhtoc">
   <xsl:variable name="id">
     <xsl:call-template name="object.id"/>
   </xsl:variable>
@@ -392,7 +392,7 @@ references. In that case you can select appropriate encoding here.</para>
   </mapID>
 </xsl:template>
 
-<xsl:template match="part|reference|preface|chapter|appendix|article"
+<xsl:template match="part|reference|preface|chapter|appendix|refentry|article"
               mode="map">
   <xsl:variable name="id">
     <xsl:call-template name="object.id"/>