Merge branch 'ZUGFeRD:master' into fix-logback

This commit is contained in:
Adrian-Devries
2025-01-07 12:20:27 +01:00
committed by GitHub
9 changed files with 110 additions and 12 deletions

View File

@@ -185,7 +185,7 @@ Permissive Open Source APL2, see LICENSE
| 23 | Not a PDF/A-3 |
| 24 | Issues in CEN EN16931 Schematron Check |
| 25 | Unsupported profile type |
| 26 | No rules matched, XML to minimal? |
| 26 | No rules matched, XML too minimal? |
## History

View File

@@ -523,7 +523,7 @@ public class XMLValidator extends Validator {
if (firedRules == 0) {
context.addResultItem(new ValidationResultItem(ESeverity.error, "No rules matched, XML to minimal?").setSection(26)
context.addResultItem(new ValidationResultItem(ESeverity.error, "No rules matched, XML too minimal?").setSection(26)
.setPart(EPart.fx));
}