validxml

command module
v0.0.0-...-7201695 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2023 License: MIT Imports: 6 Imported by: 0

README

About

Command line tool to validate and pretty-print XML syntax of input files.

Installation

Windows and macOS binaries are available under Releases

Or install from source:

go get -u github.com/martinlindhe/validxml

Usage

Exit code will be 0 if file is good.

$ validxml file.xml
OK: file.xml

$ curl http://site.com/file.xml | validxml
OK: -

Pretty-print

$ validxml -p file.xml

License

Under MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL