RE: for-each sort of thing in {} ?

Subject: RE: for-each sort of thing in {} ?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 8 Jun 2000 17:56:18 +0100
> What I really want then, is whatever (if it exists) the XSLT 
> equivalent in
> a <a href="foo.php3?{FOR-LIKE-THING}"> 

Just do:

<xsl:variable name="thing">
  <xsl:for-each>
     ...
  </xsl:for-each>
</xsl:variable>
<a href="xyz?{$thing}">

Mike K


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


Current Thread