XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
79 stars 135 forks source link

Resolve field references in attributes for upload questions #292

Closed tedrick closed 4 years ago

tedrick commented 5 years ago

The UploadQuestion type, unlike most others, does not currently resolve field references in attributes. With Survey123, we are adding generic esri::bind:parameters and esri::body:parameters to cover features out of scope for XLSForm; the body parameter needs xpath value insertion.

tedrick commented 4 years ago

Given the time that's elapsed, I needed to reset the fix and have submitted #386. It's failing the CI test with regard to proper formatting, but the error is not helpful to resolve.

lognaturel commented 4 years ago

Closed in #386