Flash Blog - XML

Hi guys!
I want to make a Blog in my website, but I don’t know how to loop the parameters into the same dynamic text box!
Someone could help me?
The XML will be basicly like this:

<xml bla bla bla’s>
<post>
<newpost id=1>
<date>12.13.2007</date>
<title>HELLO WORLD</title>
<body>This is the body!!! Yai!!!</body>
</newpost>
<newpost id=2>
<date>11.13.2007</date>
<title>HELLO WORLD HOW!</title>
<body>This is the body too!!! Yai!!!</body>
</newpost>
</post>

Thanks!!!

  • Éber