RE: How to get the name of an element ?

Subject: RE: How to get the name of an element ?
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Thu, 13 Apr 2000 11:35:46 -0700
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


Current Thread