XML Parsing?

Hello everyone,

I’ve got a problem completing a project of mine.
Firstly I am using the following XML:


<News>
    <newsContent>
        <title>My title here</title>
        <date>My date here</date>
        <content>My text here.</content>
        <image>My Image here.jpg</image>
    </newsContent>
</News>

I successfully load this xml into flash,but what I want to implement is when I click on a button for example “next” button,I want it to change the xml content(new image/title/date text).

I think I must create a second Node(<newsContent>) and change everything there,the image title text and date,but I don’t know how to say flash to go to the next node when I click on a button.
Any suggestions?

Thanks in advance:thumb: