- Changed error handling in
EventReader
- now I/O errors are properly bubbled up from the lexer.
- Fixed #112 - incorrect handling of namespace redefinitions when writing a document.
- Added
into_inner()
methods toEventReader
andEventWriter
.
- Using
join
instead of the deprecatedconnect
. - Added a simple XML analyzer program which demonstrates library usage and can be used to check XML documents for well-formedness.
- Fixed incorrect handling of unqualified attribute names (#107).
- Added this changelog.
- Fixed #105 - incorrect handling of double dashes.
- Major update, includes proper document writing support and significant architecture changes.