xml-lint icon indicating copy to clipboard operation
xml-lint copied to clipboard

A php tool to lint and validate xml files from the commandline.

Results 9 xml-lint issues
Sort by recently updated
recently updated
newest added

### 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...

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

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...

dependencies