]> granicus.if.org Git - docbook-dsssl/commitdiff
Use common pi-attribute template
authorJirka Kosek <jirka@kosek.cz>
Wed, 28 Nov 2001 15:28:36 +0000 (15:28 +0000)
committerJirka Kosek <jirka@kosek.cz>
Wed, 28 Nov 2001 15:28:36 +0000 (15:28 +0000)
xsl/htmlhelp/htmlhelp.xsl

index 9729b096bbd183cd9d94da63398341b6cbac1b9c..f1059876b9209b0cd6fdf2f51b6a7e2a869d5a59 100644 (file)
@@ -643,14 +643,14 @@ Title=</xsl:text>
 
 <xsl:template match="processing-instruction('dbhh')" mode="hh-map">
   <xsl:variable name="topicname">
-    <xsl:call-template name="dbhtml-attribute">
+    <xsl:call-template name="pi-attribute">
       <xsl:with-param name="pis"
                       select="."/>
       <xsl:with-param name="attribute" select="'topicname'"/>
     </xsl:call-template>
   </xsl:variable>
   <xsl:variable name="topicid">
-    <xsl:call-template name="dbhtml-attribute">
+    <xsl:call-template name="pi-attribute">
       <xsl:with-param name="pis"
                       select="."/>
       <xsl:with-param name="attribute" select="'topicid'"/>
@@ -687,7 +687,7 @@ Title=</xsl:text>
 
 <xsl:template match="processing-instruction('dbhh')" mode="hh-alias">
   <xsl:variable name="topicname">
-    <xsl:call-template name="dbhtml-attribute">
+    <xsl:call-template name="pi-attribute">
       <xsl:with-param name="pis"
                       select="."/>
       <xsl:with-param name="attribute" select="'topicname'"/>