</properties>
<body>
-<section name="Tomcat 6.0.17 (remm)">
+<section name="Tomcat Trunk ">
<subsection name="Catalina">
<changelog>
<fix>ExtendedAccessLogValve cs-uri not print empty querystring (pero)
</fix>
</changelog>
</subsection>
+ <subsection name="Documentation">
+ <changelog>
+ <update>Update changelog to support the <rev> element (fhanik)</update>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 6.0.15 (remm)">
<subsection name="General">
<xsl:param name="project-menu" select="'menu'"/>
<xsl:param name="standalone" select="''"/>
<xsl:param name="buglink" select="'http://issues.apache.org/bugzilla/show_bug.cgi?id='"/>
+ <xsl:param name="revlink" select="'http://svn.apache.org/viewvc?view=rev&rev='"/>
<!-- Defined variables (non-overrideable) -->
<xsl:variable name="body-bg" select="'#ffffff'"/>
<xsl:variable name="link"><xsl:value-of select="$buglink"/><xsl:value-of select="text()"/></xsl:variable>
<a href="{$link}"><xsl:apply-templates/></a>
</xsl:template>
+
+ <!-- Link to a SVN revision report -->
+ <xsl:template match="rev">
+ <xsl:variable name="link"><xsl:value-of select="$revlink"/><xsl:value-of select="text()"/></xsl:variable>
+ <a href="{$link}"><xsl:apply-templates/></a>
+ </xsl:template>
<!-- Process everything else by just passing it through -->
<xsl:template match="*|@*">