xsl-list
[Top] [All Lists]

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

2006-07-21 13:21:23
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(_at_)gmail(_dot_)com> 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(_at_)gmail(_dot_)com> wrote:
> On 7/21/06, Steve <subsume(_at_)gmail(_dot_)com> 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.
>
> --~------------------------------------------------------------------
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
> --~--
>
>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--