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

fix: report undefined entity references in EPUB 2.0.1 #1578

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

rdeltour
Copy link
Member

No description provided.

References to undeclared entities where skipped in EPUB 2.0.1 parsing
(due to using a non-validating parser).
The declaration handler is now registered as a content handler to check
for skipped entities and report unknown ones.

Fix #1546
@rdeltour rdeltour added the status: ready to merge The pull request is ready to be merged label Dec 23, 2024
@rdeltour rdeltour added this to the Next maintenance release milestone Dec 23, 2024
@rdeltour rdeltour self-assigned this Dec 23, 2024
@rdeltour rdeltour merged commit 4ad738c into main Dec 23, 2024
5 checks passed
@rdeltour rdeltour deleted the fix/1546/undefined-entities branch December 23, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready to merge The pull request is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant