[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] xsl:key() and $variables.
Subject: Re: [xsl] xsl:key() and $variables.
From: Steve <subsume@xxxxxxxxx>
Date: Fri, 21 Jul 2006 16:27:11 -0400
|
Yeah, I gathered that
http://www.biglist.com/lists/xsl-list/archives/200211/msg01082.html
but am as yet unable to apply it. If you're going to attempt to help,
please read the top thread.
-S
On 7/21/06, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
Yes, in XSLT 1.0 we use the
<xsl:for-each select="someNewDocumentNode">
<!-- . . . . . . . . . . . . . -->
</xsl:for-each>
|