Hi. As part of running an XSL transform I would like to perform some case
conversions on my XML data. There doesn't appear to be an easy way to do
this with XSL, probably because of the internationalization issues. I was
hoping for something like:
<xsl:text case="uppercase" >sablot</xsl:text> ("SABLOT")
<xsl:text case="capitalize">sablot</xsl:text> ("Sablot")
etc.
What is the best way to plug this functionality into XSL and Sablotron? The
xsl:text example above was just a guess at one possible implementation.
Thanks,
Adam