Special Characters
In the XML file, some special characters must be written in a particular way to be processed correctly.
|
Character |
Syntax |
|
& (ampersand) |
& |
|
< (less than) |
< |
|
> (greater than) |
> |
|
“ (double quote) |
" |
|
‘ (single quote/apostrophe) |
' |
See Also