PR: MPCHANGES-6

fix anchors


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-04-10 03:02:40 +00:00
parent 3ed0831a3c
commit e75055e5b2
3 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
xmlns:j="jelly:core"
xmlns:jsl="jelly:jsl"
xmlns:x="jelly:xml"
xmlns:doc="doc"
xmlns="dummy" trim="false">
<jsl:template match="document">
@@ -40,7 +41,8 @@
<j:set var="sectionName">Release <x:expr select="@version"/> - <x:expr select="@date"/></j:set>
<j:set var="version"><x:expr select="@version"/></j:set>
<section name="${sectionName}">
<a name="${version}"/>
<j:set var="anchorName"><doc:escapeNameToken value="${version}"/></j:set>
<a name="${anchorName}"/>
<table>
<tr><th style='width:50px'>Type</th><th>Changes</th><th style='width:70px'>By</th></tr>
<jsl:applyTemplates select="*"/>