I'm having a hard time trying to create the query. This is the file:
<Root>
<Summary>
<Objective ID="1">
<Exam Result="70" />
<Exam Result="90" />
</Objective>
<Objective ID="2">
<Exam Result="100" />
<Exam Result="90" />
</Objective>
</Summary>
</Root>
I need to get the values in List< List< double>>. The first list if for objectives, and the last one is to store each result.
Any doubt, please let me know