saloonphp / xml-wrangler

🌵 XML Wrangler - Easily Read & Write XML in PHP
MIT License
361 stars 14 forks source link

Feature | Map Namespaces for XPath #13

Closed Sammyjo20 closed 1 year ago

Sammyjo20 commented 1 year ago

This PR fixes #10 by automatically removing all root namespaces if they haven't been mapped. The end user can now choose to map them if they decide to keep it using the second argument of the xpathElement or xpathValue method.

This PR also renames the withAttributes method to attributes for better consistency on the element and value methods.