https://github.com/mickaelandrieu/xml-linter
Validate any kind of XML file, can accept an XSD definition file
https://github.com/mickaelandrieu/xml-linter
Last synced: 6 months ago
JSON representation
Validate any kind of XML file, can accept an XSD definition file
- Host: GitHub
- URL: https://github.com/mickaelandrieu/xml-linter
- Owner: mickaelandrieu
- License: mit
- Created: 2016-09-20T23:17:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T11:23:04.000Z (about 4 years ago)
- Last Synced: 2025-03-29T21:51:12.456Z (6 months ago)
- Language: PHP
- Homepage: http://mickaelandrieu.github.io/xml-linter/
- Size: 36.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xml-linter
Lint any kind of XML file, can accept an XSD definition file.
## Install
Available here and on [packagist](https://packagist.org/packages/mickaelandrieu/xml-linter)
## Usage

Some tests are available (requires `dev` dependencies):
```bash
# 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.