This is a little difficult to expain but here goes .....The form only
allows you to have one data structure. When you load the xml file for
populating the questions and structure that becomes your data structure.
There are no provisions in that structure to hold the data that you are
collecting so the dat ais ignored. As mentioned you coudl create
additional nodes in your structure to hold the data, then you woudl have
to bind the individual fields to thise new nodes. Currently your binding
is s...