XML question?

wxdqz

New Member
Hello,

I'm making a web page for a band. I have put some concert info into a XML file, I have linked a XML file into the <iframe> in a html.

The <XML> file looks like this:

<koncert>
<date>16.01.2006</date>
<club> - Klub Quasimodo</club>
<city>Split</city>
<hour>21:00</hour>
<lineup>
<mem id="1">John Johnson</clan>
<mem id="2">Mark Markson</clan>
<mem id="3">Mike Miketon</clan>
<mem id="4">Sara Carson</clan>
</lineup>
<comment>
Something about the concert
</comment>


</koncert>

I made the table in a XSL file thet shows the date, club and the city where the concert is/was.

Now my question is:

Is there a way I could put a link in an XSL so when I click on one particular concert that I get a new window with the other information about the concert (comment, lineup, etc.). Without making separate files for each concert.

I'm sorry for my insufficient knowledge of English grammar and sentence construction, but I hope I explained it...

Thank you for your answers.
 
Back
Top