xsl-list
[Top] [All Lists]

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

2007-02-11 13:34:10
hmm never mind. it's late here.


On 2/11/07, bryan rasmussen <rasmussen(_dot_)bryan(_at_)gmail(_dot_)com> 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[(_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>