You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed the need of a default namespace (all files don't have one)
* Removed utf8 encoding for input encoding because accentuated character are treated like "\0"
* An error is now displayed when the file's content is not xml
* Moved XPath mode to its own file
* Added helpers for command detection and namespace management
* Added a new namespace mode to manage namespaces directly from application
* Refactor