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

Resolve named entities #5

Open
lueck opened this issue Sep 6, 2022 · 2 comments
Open

Resolve named entities #5

lueck opened this issue Sep 6, 2022 · 2 comments

Comments

@lueck
Copy link
Owner

lueck commented Sep 6, 2022

When generating shrinked text, named entities are not resolved.

@lueck
Copy link
Owner Author

lueck commented Sep 6, 2022

This can be divided into several tasks:

  1. Resolve named entities.
    a. Resolve builtin named entities like < and &!
    b. Resolve named entities defined in the DTD! This is related to Parse DTD #4.
  2. Replace named entities while generating output.

lueck added a commit that referenced this issue Sep 6, 2022
This fixes everything in issue #5 which is not about parsing internal
entities from the DTD, see #4.
@lueck
Copy link
Owner Author

lueck commented Sep 6, 2022

Part 1.a and 2 of the task was fixed in 55b7669.

@lueck lueck added this to the implement XML 1.0 spec milestone Sep 7, 2022
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