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

Parse invalid XML #69

Open
andy128k opened this issue Jul 9, 2018 · 0 comments
Open

Parse invalid XML #69

andy128k opened this issue Jul 9, 2018 · 0 comments

Comments

@andy128k
Copy link
Member

andy128k commented Jul 9, 2018

It is not a rare situation to meet broken RSS. I have two examples:

  1. Unescaped ampersand: <title>Here & there</title>
  2. HTML entities: <title>Text with &laquo;angle quotes&raquo;</title>

Formally these documents are invalid, but practically it could be nice to parse them too.

For example Firefox skips such items but does not discard whole RSS.

Currently this crate discards such inputs.

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

No branches or pull requests

1 participant