Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnmmeyer committed Mar 7, 2024
1 parent c7df37a commit 9319fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@


<!-- Transformation XML vers XML -->
<xslt force="true" style="./project-documentation/editorialStylesheets/tpl-editorialConvention.xsl" destdir="./workflow-output/editedxml" extension=".xml" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<xslt failOnNoResources="false" force="true" style="./project-documentation/editorialStylesheets/tpl-editorialConvention.xsl" destdir="./workflow-output/editedxml" extension=".xml" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<fileset refid="xmlFiles"/>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<regexpmapper from="(.*)" to="EDITED_\1"/>
</xslt>

<!-- Transformation XML vers HTML -->
<xslt force="true" style="./project-documentation/stylesheets/inscriptions/start-edition-with-bibl.xsl" destdir="./workflow-output/html" extension=".html" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<xslt failOnNoResources="false" force="true" style="./project-documentation/stylesheets/inscriptions/start-edition-with-bibl.xsl" destdir="./workflow-output/html" extension=".html" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<fileset refid="htmlFiles"/>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<regexpmapper from="EDITED_(.*).xml" to="\1.html"/>
</xslt>

<xslt force="true" style="./project-documentation/stylesheets/mdt_inscriptions/mdtText-display.xsl" destdir="./workflow-output/mdt" extension=".html" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<xslt failOnNoResources="false" force="true" style="./project-documentation/stylesheets/mdt_inscriptions/mdtText-display.xsl" destdir="./workflow-output/mdt" extension=".html" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<fileset refid="mdtFiles"/>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
</xslt>
Expand Down

0 comments on commit 9319fe1

Please sign in to comment.