Re: [xsl] Re:

Subject: Re: [xsl] Re:
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 2 Aug 2002 11:36:11 +0100
> I am actually trying to read the Attribute
> value for a attribute name ="xyz" which I access dynamically...

I don't know how anyone could have guessed that from your initial
question.

**        <xsl:value-of select="//Row/attribute::*[name()='$col_name']"/>
**

'$col_name' is the string $col_name. You don't want a string you want a
reference to the col_name variable. remove the '  '

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread