How to convert a node value to lowercase???
I have
<xsl:when test="//@locationName ='xyz'">
I have to convert the locationName to lowercase in the xslt page.
Can I use the toLower function?
I am new to XSLT, Pls help...
I have
<xsl:when test="//@locationName ='xyz'">
I have to convert the locationName to lowercase in the xslt page.
Can I use the toLower function?
I am new to XSLT, Pls help...
Comment