xsl-list
[Top] [All Lists]

string matching problem

2002-10-15 17:56:43
AOA All
 here is a sample condition
<xsl:if test="TValue = 'True'">
 then html
</xsl:if>

what to do if i dont know the value of TValue .. wether it is "True" ,
"true", "TRUE" or some thing else like that
i want case insensitive comparision.

Plz Help
waiting 4 reply
Qazi Asim


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • string matching problem, asim <=