Skip to content

Commit

Permalink
Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eike committed Oct 28, 2018
1 parent adb1207 commit d9f8147
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions build_schematron-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,12 @@

<target name="-schematron-validate-maps">
<echo level="info">Validate '@{map.file}' with '${schematron.files}' using the processing engine '${schematron.processing.engine}'</echo>

<record name="${schematron.logfile}" action="start" append="true"/>
<!-- If the property svrlDirectory is set, task generates SVRL files in the specified directory. -->
<!--
If the property svrlDirectory is set, task generates SVRL files in the specified directory.
Unfortunately the SVRL files are named as the processed DITA files (scrambled filename).
So the SVRL feature is (ATM) more or less useless.
-->
<schematron if:set="schematron.svrl.dir"
schematronFile="${schematron.files}"
expectSuccess="true"
Expand Down Expand Up @@ -203,9 +206,12 @@

<target name="-schematron-validate-topics">
<echo level="info">Validate topics with '${schematron.files}' using the processing engine '${schematron.processing.engine}'</echo>

<record name="${schematron.logfile}" action="start" append="true"/>
<!-- If the property svrlDirectory is set, task generates SVRL files in the specified directory. -->
<!--
If the property svrlDirectory is set, task generates SVRL files in the specified directory.
Unfortunately the SVRL files are named as the processed DITA files (scrambled filename).
So the SVRL feature is (ATM) more or less useless.
-->
<schematron if:set="schematron.svrl.dir"
schematronFile="${schematron.files}"
expectSuccess="true"
Expand Down

0 comments on commit d9f8147

Please sign in to comment.