Skip to content

v1.0.0

Compare
Choose a tag to compare
@tomas-novotny tomas-novotny released this 13 Jan 09:11
· 58 commits to master since this release

Added

  • Added XML builder
    • Fluent builder support
    • Automatic (or forced) CDATA escaping
    • Option to add XML fragments
    • Automatic namespace usage
    • XML validation with XSD schema
  • Added memory efficient XML reader
    • Reading XML files into XMLNode instances
    • Powerful cast to array method
    • Iterate all nodes with given name