Subject: Re: xsl:key() and $variables.
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Fri, 21 Jul 2006 13:20:34 -0700
|
Yes, in XSLT 1.0 we use the
<xsl:for-each select="someNewDocumentNode">
<!-- . . . . . . . . . . . . . -->
</xsl:for-each>
instruction in order to change the current document
On 7/21/06, Steve <subsume@xxxxxxxxx> wrote:
Thank you very much, I've been there.
My problem relates to the ... nevermind. Read up, Dimitre.
On 7/21/06, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
> On 7/21/06, Steve <subsume@xxxxxxxxx> wrote:
> > Anyone have a 1.0 interpretation of this?
> >
> > > <xsl:apply-templates
> > > select="key('records',
> > > key('activities',
> > > 'yes',
> > > document('blah.xml')),
> > > $records)"/>
> >
>
>
> http://www.w3.org/TR/xslt20/#keys
>
>
> --
> Cheers,
> Dimitre Novatchev
> ---------------------------------------
> Truly great madness cannot be achieved without significant intelligence.
--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
|