new schematron and schema files, new folder name, 1 failing test, additional cen still to be removed
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
- #790
|
||||
- upgrade from PDFBOX 3.0.2 to 3.0.5
|
||||
- #817
|
||||
- #833
|
||||
|
||||
2.16.4
|
||||
=======
|
||||
|
||||
@@ -230,10 +230,10 @@
|
||||
</goals>
|
||||
|
||||
<configuration>
|
||||
<outputDirectory>src/main/resources/xslt/ZF_232/</outputDirectory>
|
||||
<outputDirectory>src/main/resources/xslt/ZF_233/</outputDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${basedir}/src/main/resources/schematron/ZF_232/</directory>
|
||||
<directory>${basedir}/src/main/resources/schematron/ZF_233/</directory>
|
||||
<includes>
|
||||
<include>**/*.xml</include>
|
||||
</includes>
|
||||
|
||||
@@ -205,7 +205,7 @@ public class XMLValidator extends Validator {
|
||||
boolean isEN16931 = false;
|
||||
boolean isExtended = false;
|
||||
boolean isXRechnung = false;
|
||||
String currentZFVersionDir = "ZF_232";
|
||||
String currentZFVersionDir = "ZF_233";
|
||||
int mainSchematronSectionErrorTypeCode = 4;
|
||||
String xsltFilename = null;
|
||||
// urn:ferd:CrossIndustryDocument:invoice:1p0:extended,
|
||||
|
||||
Reference in New Issue
Block a user