Improve schema validation #49
Labels
EIP-approved
EIP approved by the Steering Group
Impl.
EIP has been implemented and is ready for the next release. Doc might be incomplete (temp. label)
Milestone
ETF Improvement Proposal (EIP)
Background and Motivation:
The current BaseX test driver uses the BaseX validation module. This approach has limitations, for example, an older version of Xerces is used.
This approach also implies that validation is only executed as part of a regular assertion. In general, assertions are written assuming that the XML documents under test are valid. Invalid documents will often have side effects on unrelated assertions and can confuse the user. In general, only XML documents that are valid against a schema should be tested by an Executable Test Suite.
Proposed change
$validationErrors
that can be used in assertions.Alternatives
n/a
Funding
Yes
Additional information
Update etf-validator/etf-webapp#181 in the process.
The text was updated successfully, but these errors were encountered: