K
Kingsley Millar
I am using an infopath form to submit xml data into a unix based database.
the xml data is structured roughly like so:
<packetgroup>
<transmissiongroup>
<headergroup>
</headergroup>
<datagroup>
</datagroup>
</transmissiongroup>
</packetgroup>
the datagroup is a repeating group.
when i create an xml form with infopath wihich just one set of data in the
datagroup group the xml is formatted perfectly and there is no problem.
however with more than one record infopath puts the final tags like so:
</transmissiongroup> </datagroup>
</packetgroup>
causing the unix system to not recognise subsequent data groups beyond the
first one.
Any ideas on how to stop this from occurring?
the xml data is structured roughly like so:
<packetgroup>
<transmissiongroup>
<headergroup>
</headergroup>
<datagroup>
</datagroup>
</transmissiongroup>
</packetgroup>
the datagroup is a repeating group.
when i create an xml form with infopath wihich just one set of data in the
datagroup group the xml is formatted perfectly and there is no problem.
however with more than one record infopath puts the final tags like so:
</transmissiongroup> </datagroup>
</packetgroup>
causing the unix system to not recognise subsequent data groups beyond the
first one.
Any ideas on how to stop this from occurring?