This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to get the name of an element ?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]