Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
due to change of folder name in current Stylesheets release, see TEIC/Stylesheets#543 (comment)
  • Loading branch information
peterstadler committed Nov 21, 2023
1 parent 7daf083 commit 5334d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</xslt>

<echo>Creating RelaxNG schema</echo>
<xslt force="yes" style="${stylesheets.dir}/profiles/default/relaxng/to.xsl"
<xslt force="yes" style="${stylesheets.dir}/profiles/default/rng/to.xsl"
in="${compiledODD.dir}/${inputFile.basename}-${selectedSchema}.compiled.xml" out="${outputFileRNG}">
<factory name="net.sf.saxon.TransformerFactoryImpl">
<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
Expand Down

0 comments on commit 5334d1f

Please sign in to comment.