tei2bits

Converts TEI 2 BITS (alpha, not yet for productive use)

Repository
Git URL https://github.com/transpect/tei2bits.git
SVN URL https://github.com/transpect/tei2bits
Base URI http://transpect.io/tei2bits/

Source ⬇

tei2bits:tei2bits

This step converts TEI to BITS. You can define the used modes by overriding the default fallback pipeline in your project's adaptations.

Import

<p:import href="http://transpect.io/tei2bits/xpl/tei2bits.xpl"/>

Dependencies

Synopsis

<tei2bits:tei2bits xmlns:tei2bits="http://transpect.io/tei2bits">
  <p:input port="source" primary="true"/>
  <p:input port="additional-inputs" sequence="true"/>
  <p:input port="paths" primary="true"/>
  <p:output port="result" primary="true"/>
  <p:output port="report" sequence="true"/>
  <p:option name="srcpaths" required="false" select="'no'"/>
  <p:option name="debug" required="false" select="'no'"/>
  <p:option name="debug-dir-uri" required="false" select="'debug'"/>
  <p:option name="status-dir-uri" select="'status'"/>
  <p:option name="filename-driver" required="false" select="'tei2bits/tei2bits-driver'"/>
</tei2bits:tei2bits>

GitHub sync date: 2024-04-23+02:00