command
module
Version:
v0.0.0-...-7201695
Opens a new window with list of versions in this module.
Published: Feb 27, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.