xml-lint
xml-lint copied to clipboard
A php tool to lint and validate xml files from the commandline.
### Changes Made: Previously, the code logic was designed to extract a single schema location from the `xsi:noNamespaceSchemaLocation` attribute. Now, it also handles extraction from the `xsi:schemaLocation` attribute. ### Example:...
Didn't get the Unit test passing, but got the build executing them for ya. Misc revisions to composer.json: - add PHP 8.1 - Tilde version constraints on PHP - proper...
### Scenario: If the XML Schema defined in a file utilizes an URN value as opposed to a path or URL, validation against the schema currently fails. Reviewing the output...
close #23
With the release of symfony 7 this package should also use the symfony 7 compatible interfaces to symfony console.
Make PHP 8.4 compatible. Fixes #39
Make xml-lint PHP 8.4 compatible
Bumps [symfony/process](https://github.com/symfony/process) from 5.2.0 to 5.4.46. Release notes Sourced from symfony/process's releases. v5.4.46 Changelog (https://github.com/symfony/process/compare/v5.4.45...v5.4.46) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@nicolas-grekas) bug...