Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[user_with_edits] Escape non-valid XML characters #10

Open
Akronix opened this issue Dec 12, 2018 · 0 comments
Open

[user_with_edits] Escape non-valid XML characters #10

Akronix opened this issue Dec 12, 2018 · 0 comments

Comments

@Akronix
Copy link
Collaborator

Akronix commented Dec 12, 2018

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant