mickaelandrieu/xml-linter

CLI app to validate any kind of XML file, can accept an XSD definition file

v2.0.0 2021-09-27 11:22 UTC

This package is auto-updated.

Last update: 2024-04-27 17:09:27 UTC


README

Lint any kind of XML file, can accept an XSD definition file.

xml-linter

Install

Available here and on packagist

Usage

xml-linter-use

Some tests are available (requires dev dependencies):

# Invalid file
$ ./xml-linter ./tests/malformed.xlf

# Valid file
$ ./xml-linter ./vendor/symfony/translation/Tests/fixtures/resources.xlf

Installing it as a dependency of your project will automatically move the binary vendors/bin folder.

Contribute ?

No thanks, I keep it as simple and stupid as possible.