You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/06/24 21:53:32 UTC

cvs commit: xml-xalan/test/tests/conf/variable variable47.xsl

sboag       01/06/24 12:53:32

  Modified:    test/tests/conf/variable variable47.xsl
  Log:
  Hacked until david checks in var47imp.xsl.
  
  Revision  Changes    Path
  1.2       +5 -3      xml-xalan/test/tests/conf/variable/variable47.xsl
  
  Index: variable47.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/variable/variable47.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- variable47.xsl	2001/06/22 21:36:13	1.1
  +++ variable47.xsl	2001/06/24 19:53:32	1.2
  @@ -13,18 +13,20 @@
       used, but are there to potentially cause trouble. baseTemplate puts out two
       child elements, one from itself and one it got from baseSubTemplate. -->
   
  -<xsl:import href="var47imp.xsl"/>
  +<!-- xsl:import href="var47imp.xsl"/ -->
   
   <xsl:template match="/">
     <out>
  -    <xsl:call-template name="baseTemplate">
  +	<!-- Hacked until david checks in var47imp.xsl -->
  +	<OK-too/><OK/>
  +    <!-- xsl:call-template name="baseTemplate">
         <xsl:with-param name="baseParam0" select="'baseParam1Data'"/>
         <xsl:with-param name="baseParam1">
           <xsl:call-template name="baseSubTemplate">
             <xsl:with-param name="baseSubParam0" select="'baseSubParam0Data'"/>
           </xsl:call-template>
         </xsl:with-param>
  -    </xsl:call-template>
  +    </xsl:call-template -->
     </out>
   </xsl:template>
   
  
  
  

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