PDA

View Full Version : XLink Woes



lead_diet
10 Mar 2006, 06:09 PM
I'm trying to add links into my XML document, but I have so far been unsuccessful. I'm trying to make a XML document that databases recordings (.mp3) stored on the site in a folder.
Here's what my code looks like.

...
<link
xlink:actuate="onLoad"
xlink:href="http://placeholderwebsite.com/folder/recording.mp3"
xlink:show="new"
xlink:type="simple">Click</link>
...

Obviously, I used a fake URL for this post, but the idea is the same. I have placed the namespace in the root tag and did not get a error message. The table that it displays (using XSL) displays fine, but the text under my "Link" column is just that: text, no link or url.

What am I doing wrong?