Hi,
I was trying to do xpath like following.
<xsl:variable name='abc'
select="normalize-space($var1/*[local-name()='source']/text())"/>
the $var1 contains a node set something like this.
<plan>
<sourc>asfasfs</source>
<value>adadf</value>
</plan>
when i run the above line i am not getting any result. is there anything
wrong with the statement.
--~------------------------------------------------------------------
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>
--~--