DIGIFORMS
Digiforms Designer Documentation
Search
About
+
Getting started
+
Howto
Help by samples
+
Objects
+
Page template
Capture or output data in a defined layout
+
XML
Extensible Markup Language
Howto
XSLT and XPath
Converting text to upper case
XPATH upper-case() function
Usage
The upper-case(xpath) converts value found evaluating xpath to include upper case letters only.
Syntax
<xsl:value-of select="upper-case(xpath)"/>
xslt
attribute="{ upper-case(xpath) }"
attribute template
Examples
Converting a data value to upper-case
<xsl:value-of select="upper-case(xpath)"/>
xslt
Edit article