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
Requires
- php: >=7.4
- symfony/config: ^4.0|^5.0
- symfony/console: ^4.0|^5.0
- symfony/finder: ^4.0|^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Lint any kind of XML file, can accept an XSD definition file.
Install
Available here and on packagist
Usage
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.