Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
    <ai>
    <autoformat>
    <case>
    <comment>
    <doc>
    <fl>
    <obox>
    <smallcaps>
    <sort>
    <source>
    <spell>
    <tablify>
    <trimlines>
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<case> </> Main RXML parser

 

Changes the case of the text in the contents.

 

Attributes

lower
Changes all upper case letters to lower case.

upper
Changes all lower case letters to upper case.

capitalize
Capitalizes the first letter in the content.

 

Example


<case upper>upper case</case>

UPPER CASE