1.7.3 Color coding
The color attribute uses the color coding scheme for the HTML language.
In terms of syntax, color specifications consist of the "#" (hash) character and six digits from
the hexadecimal system, with each color represented by two digits.
R – Red
G – Green
B – Blue
#RRGGBB
Example:
color= "#ff0011"
Example colors:
Red Green Blue Yellow White Black
#FF0000 #00FF00 #0000FF #ffff00 #FFFFFF #000000
1.7.4 Special XML syntax
Characters with special meanings in XML syntax have to be rewritten if they are to be displayed
correctly by a general XML editor.
The following characters are affected:
Character Notation in XML
< <
> >
& &
" "
' '
Generating user dialogs
1.7 XML identifier
Easy XML
46 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1