Grasia/wiki-scripts

[user_with_edits] Escape non-valid XML characters

Akronix opened this issue · 0 comments

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.