getodk / javarosa

The core library that many of the ODK tools are built around. It's written in Java, implements the ODK XForms spec, and runs on mobile devices and cloud servers. ✨🏗✨
Other
54 stars 106 forks source link

Nodeset with single node that has a blank value is False, should be True #767

Open lognaturel opened 3 months ago

lognaturel commented 3 months ago

A nodeset with > 0 nodes is supposed to be True in XPath. At very least, we should add a test showing this out-of-spec behavior.

https://github.com/getodk/web-forms/issues/7