Skip to content

Commit

Permalink
stefan-jung#3 Refactor topic and map lists
Browse files Browse the repository at this point in the history
  • Loading branch information
thendarion committed Jan 28, 2021
1 parent 71450c3 commit 3722bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_schematron-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
schematronProcessingEngine="${schematron.processing.engine}"
failOnError="false">
<xmlcatalog refid="dita.catalog" />
<ditafileset format="dita" />
<ditaFileset format="dita" />
<errorRole if:true="schematron.failon.fatal" role="fatal" />
<errorRole if:true="schematron.failon.error" role="error" />
<errorRole if:true="schematron.failon.warning" role="warning" />
Expand All @@ -227,7 +227,7 @@
schematronProcessingEngine="${schematron.processing.engine}"
failOnError="false">
<xmlcatalog refid="dita.catalog" />
<ditafileset format="dita" />
<ditaFileset format="dita" />
<errorRole if:true="schematron.failon.fatal" role="fatal" />
<errorRole if:true="schematron.failon.error" role="error" />
<errorRole if:true="schematron.failon.warning" role="warning" />
Expand Down

0 comments on commit 3722bbc

Please sign in to comment.