<day>
<date>October 19</date>
<job>
<value>xyz</value>
<time>5:30</time>
</job>
<job>
<value>abc</value>
<time>6:30</time>
</job>
</day>
<day>
<date>October 20</date>
<job>
<value>xyz</value>
<time>5:30</time>
</job>
<job>
<value>abc</value>
<time>6:30</time>
</job>
</day>
I am new to development i need an xml parse implementation with table view. the parser should be such that, it has to show the "value" in table cells, and there should be sections based on the date. Oct 2 section will show "job" of that date and so on. please help.