mickaelandrieu / xml-linter
CLI app to validate any kind of XML file, can accept an XSD definition file
Installs: 1 738
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=7.4
- symfony/config: ^4.0|^5.0
- symfony/console: ^4.0|^5.0
- symfony/finder: ^4.0|^5.0
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.