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

support cdata sections #76

Merged
merged 2 commits into from
Nov 25, 2020
Merged

support cdata sections #76

merged 2 commits into from
Nov 25, 2020

Conversation

webern
Copy link
Owner

@webern webern commented Nov 25, 2020

Closes #28

Adds support for CDATA sections with a fair amount of refactoring in the
parser. Parser functions were inconsistent about what state the iterator
would be in after a parse function. Most (maybe all) of these are now
aligned on returning from a parse function with the iterator pointing at
the first character following the construct that was parsed.
Improve the organization of error types and hide macros.

Adds support for CDATA sections with a fair amount of refactoring in the
parser. Parser functions were inconsistent about what state the iterator
would be in after a parse function. Most (maybe all) of these are now
aligned on returning from a parse function with the iterator pointing at
the first character following the construct that was parsed.
Improve the organization of error types and hide macros.
@webern webern merged commit ce63227 into master Nov 25, 2020
@webern webern deleted the develop branch November 25, 2020 23:26
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.

Support CDATA
1 participant