A powerful XML Viewer, supports text/regex and jQuery/CSS, XPath selectors
====
Release 1.2.6 - 17.06.2019 - Added utf-8 encode for xml viewer
====
Get your XML Editor and Validator on Play Store > https://play.google.com/store/apps/details?id=com.ulm.xmleditor
====
## Libraries and techs used
1. `Vue`
2. `Vuex`
3. `lodash/debounce`
4. `jQuery`
5. `document.querySelectorAll`
6. `document.evaluate` for `XPath`
7. `bestzip` for packaging
### Limitations
- WebExtension only works on sites that allow content scripts.
Features
- Supports both `CSS` and `XPath` selectors.
- Supports text search and `Regular Expression` search.
- Both `querySelectorAll` and `jQuery` flavors of CSS selectors are available.
- `RegEx` is the only **CASE-INSENSITIVE** one.
- Highly optimized for large XML files ( > 1MB ).




