Il mio problema è questo: come posso modificare un campo specifico di questo file xml? (Es. il campo "hourStart").
Poi come posso distinguere i 2 nodi uguali "timer"?
Grazie =)
codice:<file> <timer> <hourStart>12:00</hourStart> <hourEnd>02:00</hourEnd> <status>Away</status> <mood>Pranzo</mood> </timer> <timer> <hourStart>19:00</hourStart> <hourEnd>20:00</hourEnd> <status>Away</status> <mood>Cena</mood> </timer> </file>