mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Fixed links
This commit is contained in:
parent
2f90992249
commit
5e31f0fcdc
1 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `getFailedAsserts()` and `isSchematronValid()`
|
- `getFailedAsserts()` and `isSchematronValid()`
|
||||||
in [DefaultResult.java](https://github.com/itplr-kosit/validator/blob/master/src/main/java/de/kosit/validationtool/impl/DefaultResult.java)
|
in [DefaultResult.java](https://github.com/itplr-kosit/validator/blob/main/src/main/java/de/kosit/validationtool/impl/DefaultResult.java)
|
||||||
do not reflect actual schematron validation result
|
do not reflect actual schematron validation result
|
||||||
- processing aborts on schematron execution errors (e.g. errors within schematron logic). The validator now generates a
|
- processing aborts on schematron execution errors (e.g. errors within schematron logic). The validator now generates a
|
||||||
report in such cases.
|
report in such cases.
|
||||||
|
|
@ -175,7 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Provide access to schematron result
|
- Provide access to schematron result
|
||||||
through [Result.java](https://github.com/itplr-kosit/validator/blob/master/src/main/java/de/kosit/validationtool/api/Result.java)
|
through [Result.java](https://github.com/itplr-kosit/validator/blob/main/src/main/java/de/kosit/validationtool/api/Result.java)
|
||||||
- *Result#getFailedAsserts()* returns a list of failed asserts found by schematron
|
- *Result#getFailedAsserts()* returns a list of failed asserts found by schematron
|
||||||
- *Result#isSchematronValid()* convinience access to evaluate whether schematron was processed without any *
|
- *Result#isSchematronValid()* convinience access to evaluate whether schematron was processed without any *
|
||||||
FailedAsserts*
|
FailedAsserts*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue