fbergmann / libSEDML

SED-ML library based on libSBML
BSD 2-Clause "Simplified" License
9 stars 12 forks source link

Lines and Markers with style attributes should result in parsing error #121

Open matthiaskoenig opened 3 years ago

matthiaskoenig commented 3 years ago

This is related to the update in #96.

All SED-ML examples still use the Line.style and Marker.style. Reading such files should result in a parsing error that style is not an attribute on Marker or Line. Otherwise the style is just ignored silently.