hub2html
Converts Hub XML to XHTML
Repository
Git URL | https://github.com/transpect/hub2html.git |
SVN URL | https://github.com/transpect/hub2html |
Base URI | http://transpect.io/hub2html/ |
hub2htm:convert
IMPORTANT: If you are already invoking this step without a paths port, your pipeline probably won’t work any more. Please add the following connection to the invocation: <p:input port="paths"><p:empty/></p:input>
Import
<p:import href="http://transpect.io/hub2html/xpl/hub2html.xpl"/>
Dependencies
Synopsis
<hub2htm:convert xmlns:hub2htm="http://transpect.io/hub2htm">
<p:input port="source" primary="true"/>
<p:input port="paths" sequence="true"/>
<p:input port="other-params" sequence="true" primary="true"/>
<p:output port="result" primary="true"/>
<p:output port="report" sequence="true"/>
<p:option name="debug" select="'yes'"/>
<p:option name="debug-dir-uri" select="'debug'"/>
<p:option name="status-dir-uri" select="'status'"/>
<p:option name="prefix" select="'hub2html/hub2htm'"/>
<p:option name="fail-on-error" select="'no'"/>
<p:option name="target" select="'EPUB2'"/>
<p:option name="sections" select="'no'"/>
<p:option name="filename-driver" required="false" select="'hub2html/hub2html'"/>
</hub2htm:convert>
GitHub sync date: 2024-04-23+02:00