How do you do case conversion in XSL?
<xsl:variable name="upper">UPPER CASE</xsl:variable>
<xsl:variable name="lower" select="???"/>
|
How do you do case conversion in XSL?
|
||||
|
|
|
In XSLT 1.0 the
|
|||||||||||||
|
|
XSLT 2.0 has
|
||||
|
|
|
upper-case(string) and lower-case(string) |
||||
|
|