cziegeler 2003/06/30 07:05:55
Modified: src/documentation/stylesheets announcement.xsl
. announcement.xml
Log:
Fixing announcement target
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/documentation/stylesheets/announcement.xsl
Index: announcement.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/stylesheets/announcement.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- announcement.xsl 9 Mar 2003 00:07:30 -0000 1.1
+++ announcement.xsl 30 Jun 2003 14:05:55 -0000 1.2
@@ -6,6 +6,6 @@
<xsl:template match="changes">
<xsl:variable name="file" select="@file"/>
<xsl:variable name="version" select="@version"/>
- <xsl:apply-templates select="document($file)/changes/[EMAIL
PROTECTED]($version)]"/>
+ <xsl:apply-templates select="document($file)/status/changes/[EMAIL
PROTECTED]($version)]"/>
</xsl:template>
</xsl:stylesheet>
1.3 +2 -2 cocoon-2.1/announcement.xml
Index: announcement.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/announcement.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- announcement.xml 17 Mar 2003 00:47:42 -0000 1.2
+++ announcement.xml 30 Jun 2003 14:05:55 -0000 1.3
@@ -40,6 +40,6 @@
</p>
</body>
- <changes version="@version@" file="changes.xml"/>
+ <changes version="@version@" file="status.xml"/>
</announcement>