xee

Crates.ioxee
lib.rsxee
version
sourcesrc
created_at2025-03-20 16:36:03.248618+00
updated_at2025-03-24 16:22:05.801023+00
descriptionXee CLI. Swiss Army knife for XML. XPath and XSLT
homepagehttps://github.com/Paligo/xee
repositoryhttp://github.com/Paligo/xee
max_upload_size
id1599455
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`
size0
xee-team (github:paligo:xee-team)

documentation

https://docs.rs/xee

README

xee

Swiss Army knife tool for XML.

The xee (try -h) allows you to do stuff with XML on the command line.

Features include:

  • formatting XML in various ways, including in indented form
  • evaluate an XPath expression against an XML document
  • a REPL for evaluating XPath expressions.

This implements XPath 3.1.

Usage

Execute an XPath expression

Execute an XPath expression /doc/p against a file foo.xml, result to stdout:

xee xpath /doc/p foo.xml

Interactive shell for XPath

Interactive shell (REPL) to issue multiple xpath expressions against a document:

xee repl

Pretty-print an XML file

Pretty-print foo.xml, result to stdout:

xee indent foo.xml

More Xee

This is built using xee-xpath, a high level API to issue XPath 3.1 expressions in Rust.

Xee homepage

Credits

This project was made possible by the generous support of Paligo.

Commit count: 0

cargo fmt