Subject: Re: Keys (easy one) match on name()
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Tue, 31 May 2005 21:51:11 -0700 (PDT)
|
Would it be -
<xsl:key name="key_fld" match="field" use="@name"/>
Regards,
Mukul
--- Karl Stubsjoen <kstubs@xxxxxxxxx> wrote:
> I have a bunch of <field/> elements who all contain
> the attribute
> name. How do I set up a key to return the field
> element passing given
> name?
>
> I've tried this, but doesn't seem to work:
>
> <xsl:key name="key_fld" match="field"
> use="name()"/>
>
> I've also tried:
>
> <xsl:key name="key_fld" match="field"
> use="@*[name()]>
>
> Thanks for the help.
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|