radiovezadotorg
Programmer
- Jan 13, 2009
- 1
Hello,
I'm new to this forum and to programming.
I need to extract data and publish to html from following xml document:
<Schedule System="Jazler">
<Event status="happening" startTime="00:19:09" eventType="song">
<Announcement Display="Now On Air:"/>
<Song title="testa matta ">
<Artist name="filji di bruno atomiko ">
<Media runTime="143.148"/>
<Expire Time="00:21:32"/>
</Artist>
</Song>
</Event>
</Schedule>
Can someone write me simple script to extract (i need to write it to html doc):
Event -> status
Event -> startTime
Event -> startTime
Announcement -> Display
Song -> title
Artist -> name
Media -> runTime
Expire -> Time
Person who will first provide a working solution, will gain permanent pr5 and pr4 links from domains in my sig.
I'm new to this forum and to programming.
I need to extract data and publish to html from following xml document:
<Schedule System="Jazler">
<Event status="happening" startTime="00:19:09" eventType="song">
<Announcement Display="Now On Air:"/>
<Song title="testa matta ">
<Artist name="filji di bruno atomiko ">
<Media runTime="143.148"/>
<Expire Time="00:21:32"/>
</Artist>
</Song>
</Event>
</Schedule>
Can someone write me simple script to extract (i need to write it to html doc):
Event -> status
Event -> startTime
Event -> startTime
Announcement -> Display
Song -> title
Artist -> name
Media -> runTime
Expire -> Time
Person who will first provide a working solution, will gain permanent pr5 and pr4 links from domains in my sig.