germuska 2004/07/09 07:19:47
Modified: doc/stylesheets struts.xsl
Log:
give each 'src' variable a distinct name to follow XSL rules
Revision Changes Path
1.24 +7 -7 jakarta-struts/doc/stylesheets/struts.xsl
Index: struts.xsl
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/stylesheets/struts.xsl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- struts.xsl 4 Jul 2004 23:58:28 -0000 1.23
+++ struts.xsl 9 Jul 2004 14:19:46 -0000 1.24
@@ -73,18 +73,18 @@
<div id="heading">
- <xsl:variable name="src">
+ <xsl:variable name="apache-logo-src">
<xsl:value-of select="$relative-path"/><xsl:value-of select="$home-logo"/>
</xsl:variable>
<a href="http://apache.org/">
- <img src="{$src}" alt="The Apache Project" id="asf_logo_wide"/>
+ <img src="{$apache-logo-src}" alt="The Apache Project"
id="asf_logo_wide"/>
</a>
- <xsl:variable name="src">
+ <xsl:variable name="project-logo-src">
<xsl:value-of select="$relative-path"/><xsl:value-of
select="$project-logo"/>
</xsl:variable>
<a href="http://struts.apache.org/">
- <img src="{$src}" alt="Struts Framework" id="struts-logo"/>
+ <img src="{$project-logo-src}" alt="Struts Framework" id="struts-logo"/>
</a>
</div>
<xsl:comment>end heading</xsl:comment>
@@ -134,10 +134,10 @@
<xsl:comment>end content</xsl:comment>
<div id="footer">
- <xsl:variable name="src">
+ <xsl:variable name="powered-src">
<xsl:value-of select="$relative-path"/><xsl:value-of
select="$powered-logo"/>
</xsl:variable>
- <img src="{$src}" alt="Powered by Struts" id="powered-logo"/>
+ <img src="{$powered-src}" alt="Powered by Struts" id="powered-logo"/>
Copyright (c) 2000-2004, The Apache Software Foundation <span
class="noprint">-
<a
href="http://wiki.apache.org/struts/StrutsDocComments">Comments?</a></span>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]