You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/31 23:41:57 UTC

cvs commit: xml-xalan/test/tests/conf/whitespace whitespace11.xsl

dmarston    01/01/31 14:41:57

  Modified:    test/tests/conf/whitespace whitespace11.xsl
  Log:
  Revise output for easier comparison to Gold
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xalan/test/tests/conf/whitespace/whitespace11.xsl
  
  Index: whitespace11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/whitespace/whitespace11.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- whitespace11.xsl	2000/12/29 20:21:11	1.2
  +++ whitespace11.xsl	2001/01/31 22:41:55	1.3
  @@ -8,8 +8,8 @@
     <!-- Creator: Paul Dick -->
     <!-- Purpose: Test whitespace in template matched on root. -->
   
  -<xsl:template match="/">
  +<xsl:template match="/"><out>
         x
  -      </xsl:template>
  +      </out></xsl:template>
   
   </xsl:stylesheet>