Re: how to select attribute value based on another attribute valu e?

Subject: Re: how to select attribute value based on another attribute valu e?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Apr 2000 21:48:21 +0100 (BST)
> This gives me just the VALUE attribute for NAME='DRG_CODE'.I know that it
> uses "or" only to check the condition and not to display.But is there any
> other way other than splitting this condition into 2 different lines?.What I

the string value of a node set os the string value of the first node.
xsl:value-of gives the string value.
perhaps you want to use apply-templates select= instead.

or if you just want to copy the attributes (rather than their value)
use copy-of instead of value-of.

David


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


Current Thread