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

Characters legal in XML 1.1 are not accepted #28

Open
torhus opened this issue Sep 29, 2022 · 0 comments
Open

Characters legal in XML 1.1 are not accepted #28

torhus opened this issue Sep 29, 2022 · 0 comments

Comments

@torhus
Copy link

torhus commented Sep 29, 2022

I ported some code from Tango's SaxParser to dxml, and it choked on a file with illegal characters like ASCII character 1 (SOH) in it. XML 1.1 allows these, but only in the form of character references. Tango seems to just pass them through, even in plain form.

I also noticed that encodeAttr and encodeCharRef does not seem to care.

torhus added a commit to torhus/monster-browser that referenced this issue Sep 30, 2022
torhus added a commit to torhus/monster-browser that referenced this issue Oct 16, 2022
torhus added a commit to torhus/monster-browser that referenced this issue Nov 8, 2022
torhus added a commit to torhus/monster-browser that referenced this issue Dec 6, 2022
torhus added a commit to torhus/monster-browser that referenced this issue Dec 18, 2022
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