Skip to content

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

License

Notifications You must be signed in to change notification settings

martinlindhe/validxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published