xsl-list
[Top] [All Lists]

[xsl] expression returns true but does not evaluate

2007-02-11 13:13:15
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[(_at_)name=concat(local-name(parent::*),local-name())]"/>

does not return the text value of the node.



Cheers,
Bryan Rasmussen

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>