getodk / xforms-spec

The XForms-derived specification used in the ODK ecosystem. If you are interested in building a tool that is compliant with the forms rendered by ODK tools, this is the place to start. ✨⚒✨
https://getodk.github.io/xforms-spec/
30 stars 26 forks source link

jr:count can only be set to a reference #277

Open lognaturel opened 3 years ago

lognaturel commented 3 years ago

https://getodk.github.io/xforms-spec/#creation-removal-of-repeats shows an example where jr:count is set to a literal value. However, the original implementation in JavaRosa is very clear about only allowing references.

See https://github.com/XLSForm/pyxform/issues/435#issuecomment-635614089