Table of Contents
Introduction
Information Tags
String Tags
Variable Tags
URL Tags
If Tags
Graphics Tags
Database Tags
Programming Tags
Supports System
SSI
htaccess
Image Maps
Appendix
|
<case> ... </case>
|
 |
<case> is defined in the Main RXML parser module.
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
source code
|
upper case
"=> >
|
 |
|
result
|
upper case
|
|
|