vgritsenko 01/07/28 15:20:13
Modified: . Tag: cocoon_20_branch changes.xml
skins/printer/stylesheets Tag: cocoon_20_branch
changes2document.xsl
skins/xml.apache.org/stylesheets Tag: cocoon_20_branch
changes2document.xsl
Log:
fix reference to bugzilla
Revision Changes Path
No revision
No revision
1.2.2.27 +3 -4 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.2.2.26
retrieving revision 1.2.2.27
diff -u -r1.2.2.26 -r1.2.2.27
--- changes.xml 2001/07/28 16:02:59 1.2.2.26
+++ changes.xml 2001/07/28 22:20:13 1.2.2.27
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.2.2.26 2001/07/28 16:02:59 vgritsenko Exp $
+ $Id: changes.xml,v 1.2.2.27 2001/07/28 22:20:13 vgritsenko Exp $
-->
<changes title="History of Changes">
@@ -66,9 +66,8 @@
Fixed parsing and reporting of Java compilation errors using Javac
and Jikes compilers.
</action>
- <action dev="VG" type="add">
- Added documentation on libraries used in Cocoon. Thanks to
- John Morrison ([EMAIL PROTECTED]).
+ <action dev="VG" type="add" due-to="John Morrison"
due-to-email="[EMAIL PROTECTED]">
+ Added documentation on libraries used in Cocoon.
</action>
<action dev="CZ" type="add">
Redesigned the source handling and added the source handler
No revision
No revision
1.1.1.1.2.1 +4 -2 xml-cocoon2/skins/printer/stylesheets/changes2document.xsl
Index: changes2document.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/skins/printer/stylesheets/changes2document.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- changes2document.xsl 2001/05/09 20:50:35 1.1.1.1
+++ changes2document.xsl 2001/07/28 22:20:13 1.1.1.1.2.1
@@ -8,6 +8,8 @@
<xsl:param name="name"/>
+ <xsl:variable
name="bugzilla">http://nagoya.apache.org/bugzilla/show_bug.cgi?id=</xsl:variable>
+
<xsl:template match="changes">
<document>
<header>
@@ -41,7 +43,7 @@
<xsl:if test="@fixes-bug">
<xsl:text> Fixes </xsl:text>
- <link href="http://xml.apache.org/bugs/show_bug.cgi?id={@fixes-bug}">
+ <link href="{$bugzilla}{@fixes-bug}">
<xsl:text>bug </xsl:text><xsl:value-of select="@fixes-bug"/>
</link>
<xsl:text>.</xsl:text>
@@ -53,4 +55,4 @@
<!-- remove -->
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
No revision
No revision
1.1.1.1.2.1 +3 -1
xml-cocoon2/skins/xml.apache.org/stylesheets/changes2document.xsl
Index: changes2document.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/skins/xml.apache.org/stylesheets/changes2document.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- changes2document.xsl 2001/05/09 20:50:39 1.1.1.1
+++ changes2document.xsl 2001/07/28 22:20:13 1.1.1.1.2.1
@@ -8,6 +8,8 @@
<xsl:param name="name"/>
+ <xsl:variable
name="bugzilla">http://nagoya.apache.org/bugzilla/show_bug.cgi?id=</xsl:variable>
+
<xsl:template match="changes">
<document>
<header>
@@ -41,7 +43,7 @@
<xsl:if test="@fixes-bug">
<xsl:text> Fixes </xsl:text>
- <link href="http://xml.apache.org/bugs/show_bug.cgi?id={@fixes-bug}">
+ <link href="{$bugzilla}{@fixes-bug}">
<xsl:text>bug </xsl:text><xsl:value-of select="@fixes-bug"/>
</link>
<xsl:text>.</xsl:text>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]