mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 08:55:04 +00:00
Minor typo
This commit is contained in:
parent
98448cdc2c
commit
0f4520f4f2
1 changed files with 2 additions and 2 deletions
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
The core of each validation configuration is the scenarios.xml file. The scenarios.xml itself must be valid according to the [Scenarios XML Schema](/src/main/model/xsd/scenarios.xsd) with the following namespace `http://www.xoev.de/de/validator/framework/1/scenarios`.
|
||||
|
||||
Several validation scenarios (`<scenario>` XML Elements can be described for each configuration.
|
||||
Several validation scenarios (`<scenario>` XML Elements) can be described for each configuration.
|
||||
|
||||
Each scenario allows to define the matching criterion. It is an XPATH expression which must evaluate to true matched against the test xml candidate. Only then this scenario will apply to the test candidate.
|
||||
|
||||
Within a scenario you can define the XML Schema and several Schematrons against which a test xml candidate has to be validated. You can give these a name and define where to find the resources/artifacts for validation.
|
||||
Within a scenario you can define the XML Schema and several Schematrons against which a test xml candidate has to be validated. You can give each a name and define where to find the resources/artifacts for validation.
|
||||
|
||||
Lastly, you can define in an `<createReport>` element a XSLT transformation which takes the validator's report in order to create an own styled report.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue