mml-normalize

MathML normalization

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

Source ⬇

tr:mml2mathmlcore

XProc step to convert any MathML formula to MathML-Core.

Import

<p:import href="http://transpect.io/mml-normalize/xpl/mml2mathmlcore.xpl"/>

Synopsis

<tr:mml2mathmlcore xmlns:tr="http://transpect.io">
  <p:input port="source" primary="true"/>
  <p:input port="stylesheet"/>
  <p:output port="result" primary="true"/>
  <p:option name="to-version" select="'4-core'"/>
  <p:option name="from-version" select="'any'"/>
  <p:option name="keep-mml-prefix" select="'any'"/>
</tr:mml2mathmlcore>

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