[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



