]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #864018
authorJirka Kosek <jirka@kosek.cz>
Sun, 21 Dec 2003 18:04:44 +0000 (18:04 +0000)
committerJirka Kosek <jirka@kosek.cz>
Sun, 21 Dec 2003 18:04:44 +0000 (18:04 +0000)
xsl/javahelp/javahelp.xsl

index 1fc6296c9d0798f0102518d29a7ae77925aefa4e..8f584a7c04437ec2d09a2e27e116ba3356821908 100644 (file)
@@ -371,7 +371,7 @@ references. In that case you can select appropriate encoding here.</para>
 
   <mapID target="{$id}">
     <xsl:attribute name="url">
-      <xsl:apply-templates mode="chunk-filename" select="."/>
+      <xsl:call-template name="href.target.uri"/>
     </xsl:attribute>
   </mapID>
 </xsl:template>
@@ -383,7 +383,7 @@ references. In that case you can select appropriate encoding here.</para>
 
   <mapID target="{$id}">
     <xsl:attribute name="url">
-      <xsl:apply-templates mode="chunk-filename" select="."/>
+      <xsl:call-template name="href.target.uri"/>
     </xsl:attribute>
   </mapID>
 </xsl:template>
@@ -396,7 +396,7 @@ references. In that case you can select appropriate encoding here.</para>
 
   <mapID target="{$id}">
     <xsl:attribute name="url">
-      <xsl:apply-templates mode="chunk-filename" select="."/>
+      <xsl:call-template name="href.target.uri"/>
     </xsl:attribute>
   </mapID>
 </xsl:template>
@@ -408,7 +408,7 @@ references. In that case you can select appropriate encoding here.</para>
 
   <mapID target="{$id}">
     <xsl:attribute name="url">
-      <xsl:apply-templates mode="chunk-filename" select="."/>
+      <xsl:call-template name="href.target.uri"/>
     </xsl:attribute>
   </mapID>
 </xsl:template>
@@ -420,7 +420,7 @@ references. In that case you can select appropriate encoding here.</para>
 
   <mapID target="{$id}">
     <xsl:attribute name="url">
-      <xsl:apply-templates mode="chunk-filename" select="."/>
+      <xsl:call-template name="href.target.uri"/>
     </xsl:attribute>
   </mapID>
 </xsl:template>