peterreilly    2004/03/03 09:08:49

  Modified:    src/etc  tagdiff.xsl
  Log:
  tagdiff.xsl got whacked when the apache license got updated
  PR: 27057
  Obtained from: Ted McElwee
  
  Revision  Changes    Path
  1.5       +9 -0      ant/src/etc/tagdiff.xsl
  
  Index: tagdiff.xsl
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/tagdiff.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tagdiff.xsl       9 Feb 2004 21:05:15 -0000       1.4
  +++ tagdiff.xsl       3 Mar 2004 17:08:49 -0000       1.5
  @@ -18,6 +18,15 @@
   <xsl:stylesheet
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
       version="1.0">
  +  <xsl:param name="title"/>
  +  <xsl:param name="module"/>
  +  <xsl:param name="cvsweb"/>
  +
  +  <xsl:output method="html" indent="yes"/>
  +
  +  <!-- Copy standard document elements.  Elements that
  +       should be ignored must be filtered by apply-templates
  +       tags. -->
     <xsl:template match="*">
       <xsl:copy>
         <xsl:copy-of select="attribute::*[. != '']"/>
  
  
  

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

Reply via email to