Morning,
just a small one, to avoid running into wrong direction: Having this XML-structure:
<Assignment ID="1"> <Activity><Job>ABC</Job> <Day>01/01/2012</Day </Activity></Assignment><Assignment ID="2"> <Activity> <Job>ABC</Job> <Day>01/01/2012</Day </Activity></Assignment>
What is the best approach in order to transfer this into a table like this
AssignmentID |Job| Day