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

[XML] Escape text values for known xml escape chars #10

Open
Marvin-Brouwer opened this issue Nov 20, 2021 · 1 comment
Open

[XML] Escape text values for known xml escape chars #10

Marvin-Brouwer opened this issue Nov 20, 2021 · 1 comment
Assignees
Labels

Comments

@Marvin-Brouwer
Copy link
Owner

Marvin-Brouwer commented Nov 20, 2021

& should become & and the other way around etc.

For both text node and attribute values

@Marvin-Brouwer
Copy link
Owner Author

Maybe this relates to #65? In theory we can just translate everything to the � unicode symbols.
However maybe we'd like to support well known symbols like & or maybe even allow for registering our own?
We'd probably want to support reading custom symbols anyway?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant