Re: lists as parameters

Subject: Re: lists as parameters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Aug 1999 09:33:02 +0100 (BST)
     <xsl:for-each select="$test/v">

 you can't do that, although as I commented on an earlier thread, that
 would be nice, although here you dodn't really need to, you can move
 your

     <xsl:for-each select="v">
      V is <xsl:value-of select="."/><br />
     </xsl:for-eac

Up into the <xsl:param  call, and so pass the completed result tree
fragment down to your template, and then just use <xsl:copy-of
select="$test"/>


David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • lists as parameters
    • Jon Smirl - Fri, 6 Aug 1999 01:22:27 -0400
      • David Carlisle - Fri, 6 Aug 1999 09:33:02 +0100 (BST) <=
        • Jon Smirl - Fri, 6 Aug 1999 12:18:06 -0400
          • Message not available
          • Dan Machak - Fri, 6 Aug 1999 10:29:21 -0700
      • <Possible follow-ups>
      • Oren Ben-Kiki - Fri, 6 Aug 1999 12:07:33 +0200
      • jmbolles - Mon, 09 Aug 1999 19:38:43 GMT