Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from webern/develop
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. Improve the organization of error types and hide macros.
- Loading branch information