new schematron and schema files, new folder name, 1 failing test, additional cen still to be removed

This commit is contained in:
jstaerk
2025-05-14 09:20:14 +02:00
parent 707ab44bba
commit 1d4fe9ac49
33 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
- #790 - #790
- upgrade from PDFBOX 3.0.2 to 3.0.5 - upgrade from PDFBOX 3.0.2 to 3.0.5
- #817 - #817
- #833
2.16.4 2.16.4
======= =======

View File

@@ -230,10 +230,10 @@
</goals> </goals>
<configuration> <configuration>
<outputDirectory>src/main/resources/xslt/ZF_232/</outputDirectory> <outputDirectory>src/main/resources/xslt/ZF_233/</outputDirectory>
<resources> <resources>
<resource> <resource>
<directory>${basedir}/src/main/resources/schematron/ZF_232/</directory> <directory>${basedir}/src/main/resources/schematron/ZF_233/</directory>
<includes> <includes>
<include>**/*.xml</include> <include>**/*.xml</include>
</includes> </includes>

View File

@@ -205,7 +205,7 @@ public class XMLValidator extends Validator {
boolean isEN16931 = false; boolean isEN16931 = false;
boolean isExtended = false; boolean isExtended = false;
boolean isXRechnung = false; boolean isXRechnung = false;
String currentZFVersionDir = "ZF_232"; String currentZFVersionDir = "ZF_233";
int mainSchematronSectionErrorTypeCode = 4; int mainSchematronSectionErrorTypeCode = 4;
String xsltFilename = null; String xsltFilename = null;
// urn:ferd:CrossIndustryDocument:invoice:1p0:extended, // urn:ferd:CrossIndustryDocument:invoice:1p0:extended,