teacup/samples/pipelines/pipeline.xml
2021-12-15 11:29:23 +00:00

8 lines
No EOL
516 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../schema/pipeline.rnc" type="application/relax-ng-compact-syntax"?>
<pipeline id='a123' name='BCH-export' xmlns='http://cms.bloomsbury.com/pipeline'>
<!-- URIs should be resolved against database's internal transform storage location -->
<transform href='add-monog-as-ref.xqy'/>
<!-- @failOnError is *optional*; assume 'false' if absent -->
<validate href='http://schemas.bloomsbury.com/bch-export.sch' failOnError='true'/>
</pipeline>