dleslie     01/07/18 09:09:23

  Modified:    java/xdocs/style/stylesheets done.xsl
  Log:
  Dont include XSLTC updates in the general list. Include in the XSLTC release 
notes.
  
  Revision  Changes    Path
  1.3       +2 -2      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- done.xsl  2001/07/18 13:47:56     1.2
  +++ done.xsl  2001/07/18 16:09:23     1.3
  @@ -31,7 +31,7 @@
       <xsl:if test="count([EMAIL PROTECTED]'compat'])=0">
         <note>This release includes no updates of the compatibility source 
code (now deprecated).</note>
       </xsl:if>
  -    <xsl:if test="count([EMAIL PROTECTED]'xsltc'])>0">
  +    <!--xsl:if test="count([EMAIL PROTECTED]'xsltc'])>0">
         <p>XSLTC source code updates:</p>
         <ul>
         <xsl:for-each select="[EMAIL PROTECTED]'xsltc']">
  @@ -41,7 +41,7 @@
       </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:if-->
     </xsl:template>
     
     <xsl:template match="Who">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to