N
Newbie@news
Hello
I need some help to make a hyperlink in a XML file.
My XML file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<TERAPEUTLISTE>
<TERAPEUT>
<NAVN>Et navn</NAVN>
<ADRESSEN>En adresse</ADRESSEN>
<POST_BY>Postnummer og Bynavn</POST_BY>
<EMAIL>En email</EMAIL>
<WEBSITE>http://www.domæne.dk</WEBSITE>
<TLFNR>Et telefonnummer</TLFNR>
</TERAPEUT>
</TERAPEUTLISTE>
and in my HTML file I call the XML-file like this:
<xml id="terapeutliste" src="data.xml"></xml>
<table datasrc="#terapeutliste">
..
..
<tr>
<td><strong>Website</strong></td> <td><span
datafld="WEBSITE"></span></td>
</tr>
</table>
What I need to know is how I can make it clickable?
I have found a lot of sites with explanations about xml, but i still do not
understand how to make the hyperlink clickable
So please help me.
Best Regards
Nybien
I need some help to make a hyperlink in a XML file.
My XML file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<TERAPEUTLISTE>
<TERAPEUT>
<NAVN>Et navn</NAVN>
<ADRESSEN>En adresse</ADRESSEN>
<POST_BY>Postnummer og Bynavn</POST_BY>
<EMAIL>En email</EMAIL>
<WEBSITE>http://www.domæne.dk</WEBSITE>
<TLFNR>Et telefonnummer</TLFNR>
</TERAPEUT>
</TERAPEUTLISTE>
and in my HTML file I call the XML-file like this:
<xml id="terapeutliste" src="data.xml"></xml>
<table datasrc="#terapeutliste">
..
..
<tr>
<td><strong>Website</strong></td> <td><span
datafld="WEBSITE"></span></td>
</tr>
</table>
What I need to know is how I can make it clickable?
I have found a lot of sites with explanations about xml, but i still do not
understand how to make the hyperlink clickable
So please help me.
Best Regards
Nybien