]> granicus.if.org Git - docbook-dsssl/commitdiff
Handling of xref to area/areaset need support in extensions code also. I currently...
authorJirka Kosek <jirka@kosek.cz>
Thu, 1 Dec 2005 11:39:55 +0000 (11:39 +0000)
committerJirka Kosek <jirka@kosek.cz>
Thu, 1 Dec 2005 11:39:55 +0000 (11:39 +0000)
xsl/html/xref.xsl

index db87a1d844b982136a1df0062faf4b2a11775869..4f6aa885550c4f257290d166035d27c15d684cab 100644 (file)
   <xsl:apply-templates select="." mode="callout-bug"/>
 </xsl:template>
 
+<!-- This is currently not working, because there is no corresponding ID generated by Java extensions for processing callouts
+<xsl:template match="area|areaset" mode="xref-to">
+  <xsl:param name="referrer"/>
+  <xsl:param name="xrefstyle"/>
+
+  <xsl:call-template name="callout-bug">
+    <xsl:with-param name="conum">
+      <xsl:apply-templates select="." mode="conumber"/>
+    </xsl:with-param>
+  </xsl:call-template>
+</xsl:template>
+-->
+
 <xsl:template match="book" mode="xref-to">
   <xsl:param name="referrer"/>
   <xsl:param name="xrefstyle"/>