Skip to content

Commit

Permalink
Update build to new version 1.5.0 and more Relax NG friendly compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rkottmann committed Dec 18, 2020
1 parent 398978c commit 41a3a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="test.build.dir" location="${build.dir}/test" />
<property name="bis.build.dir" location="${basedir}/build/bis" />
<!-- Naming -->
<property name="xr-schematron.version.full" value="1.4.1" />
<property name="xr-schematron.version.full" value="1.5.0" />
<property name="xrechnung.version" value="2.0.1" />
<property name="dist.name"
value="xrechnung-${xrechnung.version}-schematron-${xr-schematron.version.full}" />
Expand Down Expand Up @@ -90,7 +90,7 @@
out="@{outdir}/${schematron.basename}.xsl" classpath="@{saxon.jar}"
force="@{overwrite}">
<factory name="net.sf.saxon.TransformerFactoryImpl" />
<param name="generate-fired-rule" expression="false" />
<param name="generate-fired-rule" expression="true" />
<param name="full-path-notation" expression="3" />
</xslt>
<echo
Expand Down

0 comments on commit 41a3a4e

Please sign in to comment.