v0.36.0 - Compatibility with Adobe Flash
What's Changed
Bug Fixes
- #781: Fix conditions to start CDATA section. Only uppercase
<![CDATA[
can start it.
Previously any case was allowed. - #780: Fixed incorrect
.error_position()
when encountering syntax error for open or self-closed tag.
Misc Changes
- #780:
reader::Parser
,reader::ElementParser
andreader::PiParser
moved to the new moduleparser
. - #776: Allow to have attributes in the end tag for compatibility reasons with Adobe Flash XML parser.
Full Changelog: v0.35.0...v0.36.0