bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

lengthUnits can be set to lapse #104

Open bartneck opened 1 month ago

bartneck commented 1 month ago

The <lengthUnits> element can be set to lapse. This used to be a general element used for the poolLength and lengthAsDistance, but this has been changed. It is now only used for the pool length. The poolLength, cannot be lapse. It has to be removed. This means that the Python also has to change.

bartneck commented 1 month ago

I removed the lapse option. The Python code and the XSLT will need to be updated.