Skip to content

v3.1.2

Choose a tag to compare

@crynobone crynobone released this 26 Aug 23:35
· 199 commits to 10.x since this release
  • Introduce Orchestra\Parser\Xml\Document::rebase() in order to change the parent node for faster parsing.
  • Introduce Orchestra\Parser\Xml\Document::namespaced() to fetch namespaced elements.
  • Add support to access namespaced elements via collection by using item/ns[value1,value2] etc.