other : format

DESCRIPTION

format simply formats the contained string.


PARAMETERS

format (required) - the desired format
value (optional) - the string to be formatted


EXAMPLES

...     
     <format format="uppercase" value="a string" />
...


...     
     <format format="uppercase">
          a string
     </format>
...