man wml::std::case (Fonctions bibliothèques) - Convert Tags to Upper or Lower Case
NAME
wml::std::case - Convert Tags to Upper or Lower Case
SYNOPSIS
#use wml::std::case [global={upper,lower}]
<case:upper> ... </case:upper>
<case:lower> ... </case:lower>
DESCRIPTION
The CW<case:upper> and CW<case:lower> container tags convert all HTML tags in their body either to upper or lower case. Alternatively there is a useful variant: Adding the CWglobal attribute while loading this include file leads to a global case conversion, i.e. CW#use wml::std::case global=upper just converts all HTML tags of the finally generated page to upper case.
Internally this include file uses the CW<tagconv> container tag provided by HTMLfix (pass 7).
AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com
REQUIRES
Internal: P1, P5, P6 External: --