I want to edit (in a Form) this content:
this comes from a php file , which I read in the Form
1: <tr><td colspan="3">Text Headline</td></tr>
2: <tr>
3: <td width="32%"></td>
4: <td width="32%">Monday</td>
5: <td width="36%">10:00 - 20:00</td></tr>
6: <tr>
7: <td width="32%"></td>
8: <td width="32%">Sunday</td>
9: <td width="36%">12:00 - 20:00</td>
10: </tr>
I do not want to create so many variables like for line 1:,4:,5:,8:9:
is XML the solution? What can I do?