1.6.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"
1.6.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.6 XML identifier
Easy XML
42 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3