[xsl] Re: expression returns true but does not evaluate

Subject: [xsl] Re: expression returns true but does not evaluate
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Sun, 11 Feb 2007 21:33:56 +0100
hmm never mind. it's late here.


On 2/11/07, bryan rasmussen <rasmussen.bryan@xxxxxxxxx> wrote:
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