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.
- Host: GitHub
- URL: https://github.com/cellml/cellml1to2
- Owner: cellml
- License: apache-2.0
- Created: 2016-06-21T22:41:25.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T10:18:41.000Z (over 4 years ago)
- Last Synced: 2025-01-26T07:43:43.245Z (over 1 year ago)
- Language: XSLT
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).