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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to