ebw44 / xml-pretty

XML prettifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xml-pretty

Make your XML pretty. A frontend to the xmlem crate.

Features

  • It pretty prints your XML
  • Outputs to file, terminal or replaces original file
  • Handle entities properly and can enforce hex entities
  • Customisable indentation width and maximum file width
  • Ought not eat your comments even if they're outside the root element

Installation

cargo install --git https://github.com/bbqsrc/xml-pretty

Cross compilation

cargo build --target=i686-pc-windows-msvc

Usage

Use xml-pretty --help to see the flags.

Simplest invocation is xml-pretty <file>.

License

This project is licensed under either of

at your option.

About

XML prettifier

License:Other


Languages

Language:Rust 100.0%