xml_parser 1.0.0 copy "xml_parser: ^1.0.0" to clipboard
xml_parser: ^1.0.0 copied to clipboard

An unopinionated XML parser that can read, traverse, modify, and write XML documents.

[1.0.0] - May 15, 2021 #

  • Migrated to null-safe code.

  • Constructors were made constant again.

  • All nodes now extend [XmlNode] directly or indirectly, rather than implementing it.

  • Made the helper methods extension methods on their relevant classes.

[0.1.2] - January 19, 2020 #

  • Constructors are no longer constant.

[0.1.1] - January 16, 2020 #

  • Documentation and formatting changes.

  • Updated the example to support the current version of pub.dev.

  • Bug fix. CDATA nested in Elements were being parsed as plain text.

[0.1.0] - August 27, 2019 #

  • Initial release.
16
likes
100
pub points
88%
popularity

Publisher

verified publisherjamesalex.dev

An unopinionated XML parser that can read, traverse, modify, and write XML documents.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

collection, html_character_entities, http, meta, recursive_regex

More

Packages that depend on xml_parser