You can do like this..
<xsl:if test="$col='A'">do something</xsl:if> where col is the variable you
use to get all the name() of nodes.Since you have else condition, go for
xsl:when
Francis
*****************************************************
The woods are lovely,dark and deep.
But I have promises to keep,
And miles to go before I sleep
And miles to go before I sleep.
*****************************************************
>
> I want to do something like
>
> if element name is "A" do
>
> ....
>
> else
> ....
>
>
>
>
> Thanks in advance,
>
> Radha
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|