You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving the error XFormParseException: <item> without proper <label>, even though Pyxform allows for the form to be converted, and it runs just fine on ODK Collect.
Additional information
Full log of event:
Joe:Development joeflack4$ xform-test KER7-SDP-Questionnaire-v6-jef.xml
Running XForm Test
http://xform-test.pma2020.org
1. Loading form:
KER7-SDP-Questionnaire-v6-jef.xml
WARNING: Xform-test doesn't support the following features on following attributes.
calculate:
pulldata
Any nodes containing these features on corresponding attributes have had attribute values set to the following value: 1.
The following nodes were affected:
/SDP/your_name
Exception in thread "main" org.javarosa.xform.parse.XFormParseException: <item> without proper <label>
Problem found at nodeset: /html/body/group[@appearance=field-list][@ref=/SDP/participant_signature]/select1[@ref=/SDP/participant_signature/checkbox]/item
With element <item><label/>
at org.javarosa.xform.parse.XFormParser.parseItem(XFormParser.java:1270)
at org.javarosa.xform.parse.XFormParser.parseControl(XFormParser.java:996)
at org.javarosa.xform.parse.XFormParser.parseControl(XFormParser.java:908)
at org.javarosa.xform.parse.XFormParser.access$200(XFormParser.java:119)
at org.javarosa.xform.parse.XFormParser$1$6.handle(XFormParser.java:241)
at org.javarosa.xform.parse.XFormParser.parseElement(XFormParser.java:539)
at org.javarosa.xform.parse.XFormParser.parseGroup(XFormParser.java:1513)
at org.javarosa.xform.parse.XFormParser.access$300(XFormParser.java:119)
at org.javarosa.xform.parse.XFormParser$1$7.handle(XFormParser.java:247)
at org.javarosa.xform.parse.XFormParser.parseElement(XFormParser.java:539)
at org.javarosa.xform.parse.XFormParser.parseElement(XFormParser.java:548)
at org.javarosa.xform.parse.XFormParser.parseElement(XFormParser.java:548)
at org.javarosa.xform.parse.XFormParser.parseDoc(XFormParser.java:455)
at org.javarosa.xform.parse.XFormParser.parse(XFormParser.java:366)
at org.javarosa.xform.util.XFormUtils.getFormFromInputStream(XFormUtils.java:81)
at org.pma2020.xform_test.FormParseInit.init(FormParseInit.java:34)
at org.pma2020.xform_test.FormParseInit.<init>(FormParseInit.java:21)
at org.pma2020.xform_test.XFormTest.squelchedFormParseInit(XFormTest.java:320)
at org.pma2020.xform_test.XFormTest.setUpAndGetController(XFormTest.java:364)
at org.pma2020.xform_test.XFormTest.testFieldNames(XFormTest.java:276)
at org.pma2020.xform_test.XFormTest.runTestsOnFile(XFormTest.java:251)
at org.pma2020.xform_test.XFormTest.main(XFormTest.java:230)
Description
Receiving the error
XFormParseException: <item> without proper <label>
, even though Pyxform allows for the form to be converted, and it runs just fine on ODK Collect.Additional information
Full log of event:
Attachments
The text was updated successfully, but these errors were encountered: