XSLT - if condition
843834Apr 16 2007 — edited Apr 16 2007hi
i wanted to check a value with condition.
something like this
<xsl:variable name="rootname" select="name()">
i wanted to check whether the $rootname= SportsData.
how will i express this condition in a conditional statement
rgds