`anyxml-cli` is a simple utility for XML processing.
This utility provides the almost of features provided by [`anyxml`](https://crates.io/crates/anyxml) crate. (e.g. parsing XML 1.0 document, validate XML 1.0 document, XPath execution, and so on)
Please execute commands with `--help` for detailed usage.
The simplest method is to use `cargo install`.
```bash
$ cargo install anyxml-cli
```