[xsl] expression returns true but does not evaluate

Subject: [xsl] expression returns true but does not evaluate
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Sun, 11 Feb 2007 21:12:55 +0100
in what situations would the following

<xsl:value-of

select="$moduleDoc//value/@name=concat(local-name(parent::*),local-name())

"/>

return true,

while the following

<xsl:value-of

select="$moduleDoc//value[@name=concat(local-name(parent::*),local-name())]"/>

does not return the text value of the node.



Cheers,
Bryan Rasmussen

Current Thread