Tag: 大小写转换

如何使用XSLT将string转换为大写或小写?

如何在XSL中进行大小写转换? <xsl:variable name="upper">UPPER CASE</xsl:variable> <xsl:variable name="lower" select="???"/>