paparazzi / pprzlink

Message and communication library for the Paparazzi UAV system
Other
24 stars 55 forks source link

replace minixsv validator by lxml #108

Closed gautierhattenberger closed 4 years ago

gautierhattenberger commented 4 years ago

lxml is available in standard distribution and is compatible with python 2 and 3, which is not the case of minixsv

Only constraint seems to be that complex regex patterns like negative lookahead is not possible anymore, which is not a big deal since this was not a valid XMLSchema format anyway.