Don't convert XML illegal characters to their XML safe encodings.
By default, all XML exported by ESD is formatted for proper XML use. This means that certain characters are replaced with their XML safe encoding.
Note
Keys are always encoded.
The affected characters and their XML safe encodings are:
Character | Encoded Value |
---|---|
< |
< |
> |
> |
' |
' |
" |
" |
& |
& |