hub2docx-lib
Repository
Git URL | https://github.com/transpect/hub2docx-lib.git |
SVN URL | https://github.com/transpect/hub2docx-lib |
Base URI | http://transpect.io/hub2docx/ |
hub2docx:mml-dir2docx
Convert all MathML files in a folder to OMML and embed them in a docx file
Import
<p:import href="http://transpect.io/hub2docx/xpl/examples/mml-dir2docx.xpl"/>
Dependencies
Synopsis
<hub2docx:mml-dir2docx xmlns:hub2docx="http://transpect.io/hub2docx">
<p:output port="result" primary="true"/>
<p:option name="dir" required="true"/>
<p:option name="filter" select="'.+\.mml$'"/>
<p:option name="debug" required="false" select="'no'"/>
<p:option name="debug-dir-uri" required="false" select="'file:/tmp/debug'"/>
</hub2docx:mml-dir2docx>
hub2docx:modify
This is meant to be fed into the xpl port of http://transpect.io/docx_modify/xpl/docx_modify.xpl
Import
<p:import href="http://transpect.io/hub2docx/xpl/hub2docx.xpl"/>
Dependencies
Synopsis
<hub2docx:modify xmlns:hub2docx="http://transpect.io/hub2docx">
<p:input port="source" sequence="true" primary="true"/>
<p:input port="stylesheet"/>
<p:input port="parameters" primary="true"/>
<p:output port="result" primary="true"/>
<p:option name="file" required="true"/>
<p:option name="copy-media" required="false" select="'false'"/>
<p:option name="debug" required="false" select="'no'"/>
<p:option name="debug-dir-uri" required="false" select="resolve-uri('debug')"/>
<p:option name="status-dir-uri" required="false" select="'debug/status?enabled=false'"/>
</hub2docx:modify>
GitHub sync date: 2024-04-23+02:00