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 500e4f1 commit 0c97dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<fileset id="mdtFiles" dir="./mdt-texts/output" includes="DHARMA_mdt_INSEIAD*.xml"/>

<!-- Transformation XML vers XML -->
<!--<xslt force="true" style="./project-documentation/editorialStylesheets/tpl-editorialConvention.xsl" destdir="./texts/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="./texts/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"/>
Expand All @@ -47,19 +47,19 @@
-->

<!-- temporary part of the code for Arlo's conference -->
<xslt force="true" style="./project-documentation/editorialStylesheets/tpl-editorialConvention.xsl" in="./texts/xml/DHARMA_INSEIAD00242.xml" out="./texts/workflow-output/editedxml/EDITED_DHARMA_INSEIAD00242.xml" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<xslt failOnNoResources="false" force="true" style="./project-documentation/editorialStylesheets/tpl-editorialConvention.xsl" in="./texts/xml/DHARMA_INSEIAD00242.xml" out="./texts/workflow-output/editedxml/EDITED_DHARMA_INSEIAD00242.xml" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
</xslt>

<!-- Transformation XML vers HTML -->

<xslt force="true" style="./project-documentation/stylesheets/inscriptions/start-edition-with-bibl.xsl" destdir="./texts/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="./texts/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="./metadata" 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="./metadata" 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 0c97dd1

Please sign in to comment.