Re: [xsl] xsl:key() and $variables.

Subject: Re: [xsl] xsl:key() and $variables.
From: Steve <subsume@xxxxxxxxx>
Date: Mon, 31 Jul 2006 12:02:20 -0400
You seem to understand what I'm trying to get at... except the
ellipses is perfectly congruent with my ignorance as to tackling this
matter.

Yes, I know I need a for-each. But beyond that I'm not quite sure.

-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>

instruction in order to change the current document

Current Thread