tei2html
Converts TEI to HTML
Repository
Git URL | https://github.com/transpect/tei2html.git |
SVN URL | https://github.com/transpect/tei2html |
Base URI | http://transpect.io/tei2html/ |
tei2html:tei2html
This step converts TEI to HTML. You can define the used modes by overriding the default fallback pipeline in your project's adaptations.
Import
<p:import href="http://transpect.io/tei2html/xpl/tei2html.xpl"/>
Dependencies
Synopsis
<tei2html:tei2html xmlns:tei2html="http://transpect.io/tei2html">
<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="'tei2html/tei2html-driver'"/>
</tei2html:tei2html>
GitHub sync date: 2024-04-23+02:00