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
|
- #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
|
||||||
=======
|
=======
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user