An open API service indexing awesome lists of open source software.

https://github.com/cellml/cellml1to2

Attempt at using XSLT to translate CellML 1.0 and 1.1 documents into the CellML 2.0 format.
https://github.com/cellml/cellml1to2

Last synced: 6 months ago
JSON representation

Attempt at using XSLT to translate CellML 1.0 and 1.1 documents into the CellML 2.0 format.

Awesome Lists containing this project

README

          

# cellml1to2
Attempt at using XSLT to translate CellML 1.0 and 1.1 documents into the proposed CellML 2.0 format.

Note that it needs an XSLT 2 processor to handle namespace nodes nicely. Tested using the Saxon engine within oXygen XML and Saxon on the command line, e.g., `saxon -s:test-models/cellml1.0.xml -xsl:cellml1to2.xsl`.

This is primarily an effort to enable the production of a suite of test CellML 2.0 models for use in testing the functionality of [libCellML](http://libcellml.readthedocs.io/).