]> granicus.if.org Git - docbook-dsssl/commitdiff
Indexterm which are just ends of ranges are ignored
authorJirka Kosek <jirka@kosek.cz>
Fri, 14 Apr 2006 18:35:03 +0000 (18:35 +0000)
committerJirka Kosek <jirka@kosek.cz>
Fri, 14 Apr 2006 18:35:03 +0000 (18:35 +0000)
xsl/javahelp/javahelp.xsl

index 75fd1e3d7b33988cb59dc2c624159a2271ec0d3f..1adffd171898d12c8b7e7cc3331bd071148d9106 100644 (file)
@@ -413,6 +413,8 @@ references. In that case you can select appropriate encoding here.</para>
   </mapID>
 </xsl:template>
 
+<xsl:template match="indexterm[@class='endofrange']" mode="map"/>
+
 <xsl:template match="indexterm" mode="map">
   <xsl:variable name="id">
     <xsl:call-template name="object.id"/>
@@ -454,6 +456,8 @@ references. In that case you can select appropriate encoding here.</para>
   </index>
 </xsl:template>
 
+<xsl:template match="indexterm[@class='endofrange']" mode="idx"/>
+
 <xsl:template match="indexterm" mode="idx">
   <xsl:variable name="id">
     <xsl:call-template name="object.id"/>