Code to choose the correct XML tag to display

admin

Administrator
Staff member
Hello all. First off, I hope I explain this well.

I have set up a MP3 media player that uses frames. In one frame is a list of all the files with a title and description. All this data is pulled from a XML file. In a second frame is a htm file with an embedded player.

What I would like to do is have the title of the show display above the media player but I'm unsyre how to do this since all the titles in the XML file use the same tags. So how do I make it display the right one? Here is the format of my XML file:

<?xml version="1.0"?>
<rss version="2.0">
<archives>
<title><a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.MYSERVER.com/PAGE_WITH_EMBEDDED_PLAYER.html" target="video">Show 1</a></title>
<description>Description of Show 1</description>

</archives>

Any help would be greatly appreciated. Thanks.
 
Back
Top