I have the following xml code
(Highscores.xml):
<highscore>
<score>
<name>Pipo</name>
<points>200</points>
</score>
</highscore>
I have a textbox where the player need to write his name to save it. Also the points need to be saved.
How can I add these two items to my xml
file?