Version 3.0.0
- Lot of breacking changes has been made, see upgrade from version
2.x
to3.x
. - Namespace change from
\XmlSchemaValidator
to\Eclipxe\XmlSchemaValidator
. - Now uses named exceptions, see exceptions documentation.
- Minimal PHP version is PHP 7.3.
LibXmlException
is not@internal
. Do not use it outside this project.SchemaValidator
constructor usesDOMDocument
.
To create it from a XML content useSchemaValidator::createFromString
.