tei2hub
module to create basic HUB XML from TEI
Repository
Git URL | https://github.com/transpect/tei2hub.git |
SVN URL | https://github.com/transpect/tei2hub |
Base URI | http://transpect.io/tei2hub/ |
tei2hub:tei2hub
This step converts TEI to HUB. You can define the used modes by overriding the default fallback pipeline in your project's adaptations.
Import
<p:import href="http://transpect.io/tei2hub/xpl/tei2hub.xpl"/>
Dependencies
Synopsis
<tei2hub:tei2hub xmlns:tei2hub="http://transpect.io/tei2hub">
<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" required="false" select="'status'"/>
<p:option name="filename-driver" required="false" select="'tei2hub/tei2hub'"/>
</tei2hub:tei2hub>
GitHub sync date: 2024-04-23+02:00