Xform XML

Hello,

I have created a form with multiple pages. please find below xform which is present in the database

<?xml version="1.0" encoding="UTF-8"?> Page1 Question1 Question2 Question3 Page2 Question4

i'am doing the following in ODK collect application

  1. fetch the form list from server --> http://localhost:443/openxdata/mpsubmit/odk/formList

  2. Select the form --> http://localhost:443/openxdata/mpsubmit/odk/formXml?formId=24

The result xform is given below

<?xml version="1.0" encoding="UTF-8"?>

<h:head>
<h:title>emp_v1</h:title>


<dc_emp_v1 name="emp_v1" id="24" formKey="dc_emp_v1">




</dc_emp_v1>






</h:head>
<h:body>
Page1

Question1


Question2


Question3

</h:body>
</h:html>

why there is no group elements ??

can any one tell the reason.

Thanks
Subramaniyam.KMV

Subramaniyam,

Sounds like OpenXData is doing something with the form. Ask the
OpenXData developers.

Yaw

ยทยทยท -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Mon, Sep 15, 2014 at 12:16 AM, subu1979@gmail.com wrote:

Hello,

I have created a form with multiple pages. please find below xform which is present in the database

<?xml version="1.0" encoding="UTF-8"?> Page1 Question1 Question2 Question3 Page2 Question4

i'am doing the following in ODK collect application

  1. fetch the form list from server --> http://localhost:443/openxdata/mpsubmit/odk/formList

  2. Select the form --> http://localhost:443/openxdata/mpsubmit/odk/formXml?formId=24

The result xform is given below

<?xml version="1.0" encoding="UTF-8"?>

<h:head>
<h:title>emp_v1</h:title>


<dc_emp_v1 name="emp_v1" id="24" formKey="dc_emp_v1">




</dc_emp_v1>






</h:head>
<h:body>
Page1

Question1


Question2


Question3

</h:body>
</h:html>

why there is no group elements ??

can any one tell the reason.

Thanks
Subramaniyam.KMV

--
You received this message because you are subscribed to the Google Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.