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:37 UTC

cvs commit: xml-xalan/test/tests/conf/select select73.xsl

dmarston    01/01/31 14:41:37

  Modified:    test/tests/conf/select select73.xsl
  Log:
  Revise output for easier comparison to Gold
  
  Revision  Changes    Path
  1.2       +4 -2      xml-xalan/test/tests/conf/select/select73.xsl
  
  Index: select73.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/select/select73.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- select73.xsl	2001/01/11 21:44:03	1.1
  +++ select73.xsl	2001/01/31 22:41:35	1.2
  @@ -19,9 +19,11 @@
   
   <xsl:template match="A">
     <xsl:text>
  -A...</xsl:text>
  +</xsl:text>
     <xsl:for-each select="child::node()">
  -    <xsl:value-of select="position()"/><xsl:text>. </xsl:text><xsl:value-of select="."/>
  +    <e>
  +      <xsl:value-of select="position()"/><xsl:text>. </xsl:text><xsl:value-of select="."/>
  +    </e>
     </xsl:for-each>
   </xsl:template>