hi,
i need to use xpath to convert a string to uppercase.. it goes something like this...
This is the code I have in my template to read in a value
How do I adapt the above line to ensure that the value is automatically converted to uppercase before being printed to screen?
Cheers in advance
i need to use xpath to convert a string to uppercase.. it goes something like this...
Code:
<xsl:value-of select="author_surname" />
This is the code I have in my template to read in a value
How do I adapt the above line to ensure that the value is automatically converted to uppercase before being printed to screen?
Cheers in advance