Modified items

sets.xsd
semantics.xsd
relations.xsd
logic.xsd
linear-algebra.xsd
functions.xsd
elementary-functions.xsd
constructs.xsd
constants.xsd
common-attrib.xsd
calculus.xsd
arith.xsd
xlink-href.xsd
math.xsd
common-attribs.xsd
mathml2.xsd
MathML 2 XSD for CellML, slightly modified from W3C version to prevent presentation markup in contexts where only content markup is allowed.
cellml_1_1.xsd
A CellML 1.1 XSD
Matlab2Cellml
Perl package containg functions Eqn2Cellml and kern2cellml. Eqn2Cellml takes a sting containing a single line Eqn written in matlab format and returns a sting out containg the CellML code for that Eqn. kern2cellml is called by Eqn2cellml and takes a braketed kernal and generates the cellml code.
cellml_equation_extractor.xsl
An XSLT transform that extracts the MathML from a CellML document and formats it in semi-Presentation MathML. Was originally intended for IBM's techexplorer plug-in, but may also one day work for Mozilla with a little tweaking. Written by Warren Hedley.
mathml_to_latex.xsl
An XSLT transform that converts the CellML subset of MathML to a LaTeX file. Written by Autumn Cuellar.