This probably isn't worth opening up a whole bug report, but I noticed
while attempting to build struts for myself that the 'dist' task fails
due to doc/stylesheets/struts.xsl being an invalid XSL file - the
variable 'src' is declared twice in the same scope (illegal in xsl) at
around line 76:

        <xsl:variable name="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"/>
        </a>

        <xsl:variable name="src">
            <xsl:value-of select="$relative-path"/><xsl:value-of
select="$project-logo"/>
        </xsl:variable>

Roberto


--------------------------------------------------------------- -
        Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to