Skip to content

Commit

Permalink
Stop generating EDITED_* files
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnmmeyer committed May 7, 2024
1 parent a21c7d1 commit dc126a3
Show file tree
Hide file tree
Showing 392 changed files with 3 additions and 80,978 deletions.
12 changes: 3 additions & 9 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,12 @@
<fileset id="xmlFiles" dir="./texts/xml" includes="*.xml"/>
<fileset id="htmlFiles" dir="./texts/editedxml" includes="*.xml"/>
<fileset id="mdtFiles" dir="./mdt-texts/output" includes="DHARMA_mdt_INSPallava*.xml"/>
<!-- Transformation XML vers XML -->
<xslt failOnNoResources="false" style="./project-documentation/editorialStylesheets/tpl-editorialConvention.xsl" destdir="./texts/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 failOnNoResources="false" style="./project-documentation/stylesheets/inscriptions/start-edition-with-bibl.xsl" destdir="./texts/htmloutput" extension=".html" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<fileset refid="htmlFiles"/>
<xslt failOnNoResources="false" force="true" style="./project-documentation/stylesheets/inscriptions/start-edition-with-bibl.xsl" destdir="./texts/htmloutput" extension=".html" useImplicitFileset="false" classpath="./project-documentation/editorialStylesheets/pipelineTools/saxon9he.jar">
<fileset refid="xmlFiles"/>
<factory name="net.sf.saxon.TransformerFactoryImpl"/>
<regexpmapper from="EDITED_(.*).xml" to="\1.html"/>
<regexpmapper from="(.*).xml" to="\1.html"/>
</xslt>

<!-- supprimer les fichiers résultant des étapes intermédiaires -->
Expand Down
174 changes: 0 additions & 174 deletions texts/editedxml/EDITED_DHARMA_INSPallava00000_template.xml

This file was deleted.

Loading

0 comments on commit dc126a3

Please sign in to comment.