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/05/13 17:48:06 UTC

cvs commit: xml-xalan/test/tests/conf/position position97.xsl

dmarston    02/05/13 08:48:06

  Modified:    test/tests/conf/position position97.xsl
  Log:
  Improve comments for posterity.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xalan/test/tests/conf/position/position97.xsl
  
  Index: position97.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/position/position97.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- position97.xsl	9 May 2002 19:51:39 -0000	1.1
  +++ position97.xsl	13 May 2002 15:48:06 -0000	1.2
  @@ -4,9 +4,12 @@
     <!-- FileName: position97 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
  -  <!-- Section: 4.1 -->
  +  <!-- Section: 3.3 -->
     <!-- Creator: Joerg Heinicke, trimmed by David Marston -->
     <!-- Purpose: Use a (number-valued) variable in a predicate, but inside a for-each. -->
  +  <!-- Also tests that weird sentence: "The predicate filters the node-set with respect to
  +    the child axis" because .//description[2] means the second description that is a child
  +    of the a (or b) node under which you found the description currently being considered. -->
   
   <xsl:output method="xml" indent="no" encoding="UTF-8"/>
   
  
  
  

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