Skip to content

Several parsing fixes and exporting XML

Pre-release
Pre-release
Compare
Choose a tag to compare
@Foorack Foorack released this 12 Apr 12:36
· 10 commits to master since this release

🆕 Fixed several parsing issues, especially regarding attribute value storing.

🆕 Ability to export XML data

🆕 Parsing now accepts string rather than char[]

Planned in next release: Allow setting values and creating nodes.

Further testing with different kinds of XML data is required before being able to confidently mark this as release-worthy, and reaching the quality-mark of calling it a release. For now it should work in most development projects, but situations could occur where it fails to parse. Make sure to always check if the root node is null. As long as this is a pre-release, please stay in the Discord for notifications when the next release is made, as bug fixes are likely. Initial testing during livestream resolved several bugs.

Please read the README.md with markdown-compatible display or on the GitHub website for documentation.