You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/11/19 01:28:46 UTC

cvs commit: jakarta-avalon-phoenix/tools status2changes.xsl

donaldp     2002/11/18 16:28:46

  Modified:    tools    status2changes.xsl
  Log:
  Remove some whitespace
  
  Revision  Changes    Path
  1.2       +3 -6      jakarta-avalon-phoenix/tools/status2changes.xsl
  
  Index: status2changes.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/tools/status2changes.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status2changes.xsl	18 Nov 2002 16:32:13 -0000	1.1
  +++ status2changes.xsl	19 Nov 2002 00:28:46 -0000	1.2
  @@ -2,14 +2,11 @@
   
   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
  -  <xsl:output method="xml" indent="yes"/>
  +    <xsl:output method="xml" indent="yes"/>
   
  -	<xsl:template match="status">
  +    <xsl:template match="status">
           <xsl:copy-of select="changes"/>
  -	</xsl:template>
  -	
  -  
  +    </xsl:template>
   
  -	
   </xsl:stylesheet>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>