picturae/xml-validator

This package is abandoned and no longer maintained. No replacement package was suggested.

Php xml validator which allows validation of DOMDocument against multiple schemas

1.0.1 2017-01-16 10:07 UTC

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.