rubys       01/11/27 03:15:45

  Modified:    proposal/gump/stylesheet bash.xsl sedmap.xsl win2k.xsl
  Log:
  Mark these stylesheets explicitly as text
  
  Revision  Changes    Path
  1.66      +2 -0      jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
  
  Index: bash.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- bash.xsl  2001/10/24 15:41:36     1.65
  +++ bash.xsl  2001/11/27 11:15:44     1.66
  @@ -1,5 +1,7 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
     <xsl:strip-space elements="*"/>
  +  <xsl:output method="text" omit-xml-declaration="yes"/>
  +
     <xsl:param name="cmd-prefix"/>
     <xsl:param name="os-type"/>
   
  
  
  
  1.5       +2 -0      jakarta-alexandria/proposal/gump/stylesheet/sedmap.xsl
  
  Index: sedmap.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/sedmap.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sedmap.xsl        2001/09/20 14:03:21     1.4
  +++ sedmap.xsl        2001/11/27 11:15:44     1.5
  @@ -3,6 +3,8 @@
   <!-- ===================================================================== -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
  +  <xsl:strip-space elements="*"/>
  +  <xsl:output method="text" omit-xml-declaration="yes"/>
   
     <xsl:template match="workspace">
   
  
  
  
  1.33      +1 -0      jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl
  
  Index: win2k.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- win2k.xsl 2001/10/24 15:41:36     1.32
  +++ win2k.xsl 2001/11/27 11:15:44     1.33
  @@ -1,5 +1,6 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
     <xsl:strip-space elements="*"/>
  +  <xsl:output method="text" omit-xml-declaration="yes"/>
   
     <!-- =================================================================== -->
     <!--                               build                                 -->
  
  
  

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

Reply via email to