mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
(fix) Handling acceptMatch correctly, compute the result based on schema and schematron on absence of "acceptMath"
This commit is contained in:
parent
84ef377324
commit
ab341feece
3 changed files with 186 additions and 14 deletions
|
|
@ -69,9 +69,13 @@ public abstract class BaseScenario {
|
|||
private XPathExecutable matchExecutable;
|
||||
|
||||
private XPathExecutable acceptExecutable;
|
||||
|
||||
private Schema schema;
|
||||
|
||||
private List<Transformation> schematronValidations;
|
||||
|
||||
private ContentRepository repository;
|
||||
|
||||
private Transformation reportTransformation;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue