Author: vkorluzhenko
Date: 2007-06-05 14:43:10 -0400 (Tue, 05 Jun 2007)
New Revision: 1030
Modified:
trunk/docs/userguide/f.xsl
Log:
edited for using links
Modified: trunk/docs/userguide/f.xsl
===================================================================
--- trunk/docs/userguide/f.xsl 2007-06-05 18:10:20 UTC (rev 1029)
+++ trunk/docs/userguide/f.xsl 2007-06-05 18:43:10 UTC (rev 1030)
@@ -7,7 +7,6 @@
<xsl:template match="javaee:taglib | taglib">
<xsl:variable
name="excluded-tag-names">header2,header3,header4,header5,header6</xsl:variable>
-
<xsl:for-each select="javaee:tag | tag">
<xsl:sort select="name" />
<xsl:sort select="javaee:name" />
@@ -35,7 +34,9 @@
</xsl:variable>
<section id="tag_name">
- <xsl:attribute name="id"><xsl:value-of
select="$tag_name"/></xsl:attribute>
+ <xsl:attribute name="id"><xsl:value-of
select="$tag_name"/></xsl:attribute>
+ <xsl:attribute name="xreflang"><xsl:value-of
select="concat($tag_name,'Chapter')"/></xsl:attribute>
+
<xsl:processing-instruction name="dbhtml">
<xsl:text>filename="</xsl:text><xsl:value-of
select="$tag_name" /><xsl:text>.html" </xsl:text>
</xsl:processing-instruction>