[Home] [By Thread] [By Date] [Recent Entries]

Subject: Keys (easy one) match on name()
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Tue, 31 May 2005 21:32:27 -0700
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.

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member