Sunday 22 June 2003 2:12:04 pm
I'm trying to output a node attribute in uppercase. first_name is stored as "Wayne" - but in a particular place in the Web site I would like to output first_name as "WAYNE"
Here is how I am outputing the attribute "first_name": {attribute_view_gui attribute=$node.object.data_map.first_name} Is there a ezpublish function to convert a node attribute to uppercase when viewing it?
|