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

Complete non-blocking (async) parser implementation #2

Closed
cowtowncoder opened this issue Feb 12, 2011 · 1 comment
Closed

Complete non-blocking (async) parser implementation #2

cowtowncoder opened this issue Feb 12, 2011 · 1 comment

Comments

@cowtowncoder
Copy link
Member

Now that API has been defined, and most of parsing functionality done (with character data, elements, PI, comments, xml declaration), need to complete rest of functionality. What remains is:

  • DOCTYPE declaration (only internal subset, same as blocking impl)
  • Coalescing mode (to degree feasible)
  • Parsing of (but not expansion) general entities
@cowtowncoder
Copy link
Member Author

DOCTYPE handling has been implemented by 0.9.7; entities as well. No coalescing mode; will create a new issue for it, separately.

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