Crates.io | xee |
lib.rs | xee |
version | |
source | src |
created_at | 2025-03-20 16:36:03.248618+00 |
updated_at | 2025-03-24 16:22:05.801023+00 |
description | Xee CLI. Swiss Army knife for XML. XPath and XSLT |
homepage | https://github.com/Paligo/xee |
repository | http://github.com/Paligo/xee |
max_upload_size | |
id | 1599455 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Swiss Army knife tool for XML.
The xee
(try -h
) allows you to do stuff with XML on the command line.
Features include:
This implements XPath 3.1.
Execute an XPath expression /doc/p
against a file foo.xml
, result to stdout:
xee xpath /doc/p foo.xml
Interactive shell (REPL) to issue multiple xpath expressions against a document:
xee repl
Pretty-print foo.xml
, result to stdout:
xee indent foo.xml
This is built using xee-xpath
,
a high level API to issue XPath 3.1 expressions in Rust.
This project was made possible by the generous support of Paligo.