The itext block can include translations for form elements (see spec). pyxform always adds this level of indirection for cascading selects, even if the XLSForm only defines labels/hints for a single language. This isn't a big deal for small secondary instances but can make the XML much bigger for large ones.
Related to #32 and might be good to address while in the same brain space.
The
itextblock can include translations for form elements (see spec).pyxformalways adds this level of indirection for cascading selects, even if the XLSForm only defines labels/hints for a single language. This isn't a big deal for small secondary instances but can make the XML much bigger for large ones.Related to #32 and might be good to address while in the same brain space.