|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Dynamically selecting Attributes
Hi Jeff, > I'm trying to select an attribute dynamically based on another attributes' > value. For example, given: > > <find target="name" /> > > <record id="100" name="something" location="somewhere" /> > > I would like to be able to return the value of the attribute in <record> > that is named by the target attribute in the <find> element - the above > example would return "something" (since <find>'s target attribute specifies > "name" whose value in the <record> element is "something") <xsl:variable name="target" select="find/@target" /> <xsl:value-of select="record/@*[name()=$target]" /> Cheers, Oliver /-------------------------------------------------------------------\ | ob|do Dipl.Inf. Oliver Becker | | --+-- E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx | | op|qo WWW: http://www.informatik.hu-berlin.de/~obecker | \-------------------------------------------------------------------/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








