hub2tei

Library to convert Hub XML to TEI

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

Source ⬇

hub2tei:hub2tei

This step takes Hub XML and converts it to TEI. The parameter input port expects a transpect paths document. Pipeline and XSLT stylesheet can be overwritten according to a transpect cascaded configuration.

Import

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

Dependencies

Synopsis

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

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