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

Provides the way of parsing xml which has external DTD #31

Merged
merged 11 commits into from
May 12, 2022

Conversation

ikorin24
Copy link
Owner

@ikorin24 ikorin24 commented May 8, 2022

Summary

The parser always skips external DTD and external entity references, and does not provide the way of parsing them.

No exceptions are thrown even if the parser parses xml which contains external DTD.
However, external entity references cannot be resolved.

close #26

@ikorin24 ikorin24 merged commit b90a770 into master May 12, 2022
@ikorin24 ikorin24 deleted the feature/external-dtd branch May 12, 2022 18:57
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

Successfully merging this pull request may close these issues.

FormatException thrown when parsing DOCTYPE
1 participant