Escape the following reserved XML characters when generating the output XML:
- single quote: replace by
'
- double quote: replace by
"
- ampersand: replace by
&
- angle brackets should not be in the output anyway, but a preventive escaping is always good.
Escape the following reserved XML characters when generating the output XML:
'"&