-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hi, I'm facing this error:
The passed schema is not valid and can therefore not be bound: [[SingleError@0x17a5b5fd: ErrorLevel=ERROR; ErrorFieldName=PSLet; ErrorLocation=[]; ErrorText=[Text=<let> has no 'value']]]] with root cause com.helger.schematron.pure.binding.SchematronBindException: The passed schema is not valid and can therefore not be bound: [[SingleError@0x17a5b5fd: ErrorLevel=ERROR; ErrorFieldName=PSLet; ErrorLocation=[]; ErrorText=[Text=<let> has no 'value']]]
with the schematron in attach. The schematron seams to be valid, is an official schematron of Italian Ministry of Health available also here:
https://github.com/ministero-salute/it-fse-catalogs/blob/main/schematron/schematronFSE_RAP_1.3.sch
The plugin version is:
<dependency>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
<version>8.0.6</version>
</dependency>
Perhaps there is a bug?