generate ZF XSLTs from schematron when building

This commit is contained in:
Jochen Stärk
2020-06-07 11:47:14 +02:00
parent 61db60a719
commit b574f7a7f2
3 changed files with 35 additions and 77 deletions

View File

@@ -26,11 +26,13 @@
<!-- Abstract CEN BII patterns -->
<!-- ========================= -->
<include href="abstract/XRechnung-model.sch" />
<!-- in the original these includes are mistakenly called .sch but that has to be changed manually
since they are no complete schematrons which otherwise conflicts with ph-schematron -->
<include href="abstract/XRechnung-model.part" />
<!-- Data Binding parameters -->
<!-- ======================= -->
<include href="CII/XRechnung-CII-model.sch" />
<include href="CII/XRechnung-CII-model.part" />
</schema>