Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 569 Bytes

dontformatillegalcharacters.md

File metadata and controls

18 lines (14 loc) · 569 Bytes

Don't format illegal characters

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
< &lt;
> &gt;
' &apos;
" &quot;
& &amp;