anyxml-cli 0.3.1

a simple utility for XML processing
1
2
3
4
5
6
7
8
9
10
11
12
13
# anyxml-cli
`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.

# Installation
The simplest method is to use `cargo install`.

```bash
$ cargo install anyxml-cli
```