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:52:24 UTC

cvs commit: xml-xalan/test/tests/conf/axes axes113.xsl

dmarston    02/05/13 08:52:23

  Modified:    test/tests/conf/axes axes113.xsl
  Log:
  Add wrapper element.
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/test/tests/conf/axes/axes113.xsl
  
  Index: axes113.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes113.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- axes113.xsl	14 Nov 2001 20:17:26 -0000	1.1
  +++ axes113.xsl	13 May 2002 15:52:23 -0000	1.2
  @@ -12,6 +12,7 @@
   <xsl:strip-space elements="*"/>
   
   <xsl:template match="//a[@id='36']">
  +<out>
      <xsl:text>matched on node </xsl:text>
      <xsl:value-of select="./@id"/>
      <xsl:text>: </xsl:text>
  @@ -71,7 +72,7 @@
         <xsl:with-param name="nodeList" select="attribute::*" />
         <xsl:with-param name="axisName" select="'attribute::*'" />
      </xsl:call-template>
  -
  +</out>
   </xsl:template>
   
   <xsl:template name="displayNodes">
  
  
  

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