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 2002/04/12 17:42:57 UTC

cvs commit: xml-xalan/test/tests/conf/axes axes56.xsl axes47.xsl axes55.xsl axes12.xsl

dmarston    02/04/12 08:42:57

  Modified:    test/tests/conf/axes axes56.xsl axes47.xsl axes55.xsl
                        axes12.xsl
  Log:
  Fix spec date, anticipating 1.0-vs.-2.0 differentiation.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/test/tests/conf/axes/axes56.xsl
  
  Index: axes56.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes56.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axes56.xsl	16 Dec 2000 01:06:21 -0000	1.1
  +++ axes56.xsl	12 Apr 2002 15:42:57 -0000	1.2
  @@ -3,7 +3,7 @@
   
     <!-- FileName: AXES56 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19991008 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 2.5 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test that combination of // and descendant specifies node can be anywhere in ancestry. -->
  @@ -18,4 +18,4 @@
     </out>
   </xsl:template>
   
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/axes/axes47.xsl
  
  Index: axes47.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes47.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axes47.xsl	16 Dec 2000 01:06:21 -0000	1.1
  +++ axes47.xsl	12 Apr 2002 15:42:57 -0000	1.2
  @@ -3,7 +3,7 @@
   
     <!-- FileName: AXES47 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 2.2 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test for '..//name' and an attribute. -->
  @@ -20,4 +20,4 @@
     <xsl:value-of select="@att1"/>
   </xsl:template>
   
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/axes/axes55.xsl
  
  Index: axes55.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes55.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axes55.xsl	16 Dec 2000 01:06:21 -0000	1.1
  +++ axes55.xsl	12 Apr 2002 15:42:57 -0000	1.2
  @@ -3,7 +3,7 @@
   
     <!-- FileName: AXES55 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 2.2 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test for '//*' (i.e., all descendants, but elements only). -->
  @@ -20,4 +20,4 @@
     <xsl:value-of select="name(.)"/><xsl:text> </xsl:text>
   </xsl:template>
   
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/axes/axes12.xsl
  
  Index: axes12.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes12.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axes12.xsl	16 Dec 2000 01:06:21 -0000	1.1
  +++ axes12.xsl	12 Apr 2002 15:42:57 -0000	1.2
  @@ -3,7 +3,7 @@
   
     <!-- FileName: AXES12 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 2.2 -->
     <!-- Purpose: Test for 'self::*' Axis Identifier. -->
   
  @@ -19,4 +19,4 @@
     <xsl:value-of select="name(.)"/>
   </xsl:template>
   
  -</xsl:stylesheet>
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org