11 lines
No EOL
736 B
XML
11 lines
No EOL
736 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-model href="../schema/pipeline.rnc" type="application/relax-ng-compact-syntax"?>
|
|
<pipeline id='monograph-ingestion' name='monograph-ingestion' xmlns='http://cms.bloomsbury.com/pipeline'>
|
|
<!-- @failOnError is *optional*; assume 'false' if absent -->
|
|
<!-- transpact conversion, supports filesystem directory -->
|
|
<!--@label is optional; if it is used, basex report will display this label otherwise step number-->
|
|
<!-- schema validation -->
|
|
<validate href='/validation/bloomsbury-mods.rnc' label='schema-validation'/>
|
|
<!-- Schematron validation -->
|
|
<!--validate href='/validation/docbook-mods.sch' failOnError='true' label='schematron-validation'/-->
|
|
</pipeline> |