eclipxe13 / XmlSchemaValidator

PHP Library for XML Schema Validations
MIT License
13 stars 6 forks source link

Fix split schemaValidator into parts #15

Closed eclipxe13 closed 1 year ago

eclipxe13 commented 1 year ago

When split the content of a schema location value, must reindex the list of values. The following code wasn't interpreted correctly:

<r xsi:schemaLocation="
    http://test.org/schemas/ticket
    http://localhost:8999/xsd/ticket.xsd
    "/>

Closes #14. Thanks @brankopetric.