teacup/pipeline/looseleaf-ingestion-pipelin...

15 lines
948 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<pipeline id='looseleaf-ingestion' name='looseleaf-ingestion' xmlns='http://cms.bloomsbury.com/pipeline'>
<!-- @failOnError is *optional*; assume 'false' if absent -->
<!-- transpact conversion, supports filesystem directory -->
<!-- DOCX to hub conversion -->
<transform href='C:/xproc/docx2hub/xpl/docx2hub.xpl' label='docx-2-hub'/>
<!-- HUB to DBK conversion -->
<transform href='C:/xproc/calabash/hub2dbk/xpl/hub2dbk.xpl' label='hub-2-dbk'/>
<!-- convert the transpact output DBK to bloomsbury DBK -->
<transform href='/transforms/DBK2BloomsburyDbk.xslt' label='dbk-2-bloomsbury'/>
<!-- schema validation -->
<validate href='/validation/word-roundtrip.rnc' failOnError='true' label='schema-validation'/>
<!-- Schematron validation -->
<!--validate href='/validation/docbook-mods.sch' failOnError='true'/--><!-- label='schematron-validation' -->
</pipeline>