Thanks! I make it! But from XML file i think is more hard! Now this is what i want to do if you can help me. The xml look like this:

<Schedule System="Jazler">
<Event status="happening" startTime="15:19:10" eventType="song">
<Announcement Display="In direct la MIXFM Tg. Mures asculti :"/>
<Song title="Cloud Nr 9 ( With Chicane )">
<Artist name="Bryan Adams">
<Media runTime="244.9921"/>
<Expire Time="15:23:14"/>
</Artist>
</Song>
</Event>
</Schedule>

And i want to send the channel : <Announcement Display=.../>, <Artist name="Bryan Adams">, <Song title="Cloud Nr 9 ( With Chicane )">, startTime="15:19:10 and <Expire Time="15:23:14"/>.

If somebody can help me whith this! Thanks!