dleslie 01/07/18 06:47:56
Modified: java/xdocs/style/stylesheets done.xsl
Log:
Add xsltc category to commits list.
Revision Changes Path
1.2 +14 -3 xml-xalan/java/xdocs/style/stylesheets/done.xsl
Index: done.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/style/stylesheets/done.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- done.xsl 2001/03/01 20:41:49 1.1
+++ done.xsl 2001/07/18 13:47:56 1.2
@@ -10,7 +10,7 @@
<xsl:template match="Commits">
<xsl:comment>This XML fragment contains a list of source code updates to
place in an <s3> section of readme.xml</xsl:comment>
<xsl:if test="count([EMAIL PROTECTED]'core'])>0">
- <p>Core source code updates:</p>
+ <p> Core (Non-XSLTC) source code updates:</p>
<ul>
<xsl:for-each select="[EMAIL PROTECTED]'core']">
<li><xsl:apply-templates
select="Who|DateCommitted|Modified|Added|Removed|Log"/></li>
@@ -18,7 +18,7 @@
</ul>
</xsl:if>
<xsl:if test="count([EMAIL PROTECTED]'core'])=0">
- <note>This release includes no updates of the core source code.</note>
+ <note>This release includes no updates of the non-XSLTC core source
code.</note>
</xsl:if>
<xsl:if test="count([EMAIL PROTECTED]'compat'])>0">
<p>Compatibility source code updates:</p>
@@ -29,7 +29,18 @@
</ul>
</xsl:if>
<xsl:if test="count([EMAIL PROTECTED]'compat'])=0">
- <note>This release includes no updates of the compatibility source
code.</note>
+ <note>This release includes no updates of the compatibility source
code (now deprecated).</note>
+ </xsl:if>
+ <xsl:if test="count([EMAIL PROTECTED]'xsltc'])>0">
+ <p>XSLTC source code updates:</p>
+ <ul>
+ <xsl:for-each select="[EMAIL PROTECTED]'xsltc']">
+ <li><xsl:apply-templates
select="Who|DateCommitted|Modified|Added|Removed|Log"/></li>
+ </xsl:for-each>
+ </ul>
+ </xsl:if>
+ <xsl:if test="count([EMAIL PROTECTED]'xsltc'])=0">
+ <note>This release includes no updates of the XSLTC source code.</note>
</xsl:if>
</xsl:template>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]