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