rubys 01/10/27 20:37:28
Modified: proposal/gump/stylesheet xref.xsl
Log:
More href => url
Revision Changes Path
1.17 +3 -3 jakarta-alexandria/proposal/gump/stylesheet/xref.xsl
Index: xref.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/xref.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xref.xsl 2001/10/28 02:48:48 1.16
+++ xref.xsl 2001/10/28 03:37:28 1.17
@@ -391,7 +391,7 @@
<xsl:if test="javadoc[@project!=$name]">
<xsl:for-each select="javadoc/description">
<xsl:sort select="../@project"/>
- <a href="{@href}/index.html">
+ <a href="{@url}/index.html">
<xsl:value-of select="../@project"/>
</a>
<xsl:text> - </xsl:text>
@@ -403,7 +403,7 @@
<!-- Multiple javadocs all from the same project -->
<xsl:if test="not(javadoc[@project!=$name])">
<xsl:for-each select="javadoc/description">
- <a href="{@href}/index.html">
+ <a href="{@url}/index.html">
<xsl:value-of select="normalize-space(.)"/>
</a>
<br/>
@@ -414,7 +414,7 @@
<xsl:otherwise>
<!-- Single javadoc -->
- <a href="{javadoc/description/@href}/index.html">
+ <a href="{javadoc/description/@url}/index.html">
<xsl:value-of select="@name"/>
</a>
<xsl:text> - </xsl:text>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>