picturae / xml-validator
Php xml validator which allows validation of DOMDocument against multiple schemas
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
pkg:composer/picturae/xml-validator
Requires (Dev)
- phpunit/phpunit: ^5
This package is auto-updated.
Last update: 2024-02-24 15:33:38 UTC
README
Allows validation of DOMDocument against multiple schemas contained in it.
Known issues
- The schemas are extracted from all around the document and than combined as one to validate. This way the hierarchy and where the actual schema is included is lost. Can be fixed by validating each element which includes schema as a separate document.