Avatar

Level 10

By giving your fields proper names you will be able to know what each data field represents .....the data woudl look something liek this:

<Timesheet>

     <Monday>

          <Hours>8</Hours>

     </Monday>

     <Tuesday>

          ,<Hours>8</Hours>

     </Tuesday>

     ........

Paul