bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Comments in XML params description #4

Closed warownia1 closed 8 years ago

warownia1 commented 8 years ago

Parser crashes when parameter description file contains comments. Check if the tag is a comment using if (element.tag is etree.Comment)

warownia1 commented 8 years ago

Switched to json-schema which doesn't have this kind of problems. Comments are not allowed.