getodk / validate

ODK Validate is a Java application for confirming that a form is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🔍✨
https://docs.getodk.org/validate/
Other
9 stars 27 forks source link

catch bad paths for multimedia #8

Open getodk-bot opened 7 years ago

getodk-bot commented 7 years ago

Issue by mitchellsundt Thursday Jul 09, 2015 at 18:08 GMT Originally opened as https://github.com/opendatakit/opendatakit/issues/289 (2 comment(s))


Originally reported on Google Code with ID 288

validate doesn't catch bad values when referencing multimedia.

# good
<value form="image">jr://images/1.0_Introduction_to_BRAC.jpg</value>

# bad
<value form="image">jr://image/1.0_Introduction_to_BRAC.jpg</value>

Reported by yanokwa on 2011-08-03 23:31:10

getodk-bot commented 7 years ago

Comment by mitchellsundt Thursday Jul 09, 2015 at 18:08 GMT


Reported by yanokwa on 2012-05-25 15:46:40

getodk-bot commented 7 years ago

Comment by mitchellsundt Thursday Jul 09, 2015 at 18:08 GMT


Reported by yanokwa on 2012-05-25 20:11:07