You don't specify how you reach that link, so I am assuming you just
want to convert a list of URL into an HTML with the corresponding
clickable links.
In this case, this stylesheet should do the work:
Subject:a href in a xml to xslt transform Author:bb said Date:01 Apr 2005 12:08 PM
Thank you Alberto,
I'm pretty new to xml (just started using XML this week) and I was wondering if you could show me exactly how both the xml and xslt should look to make this work.
Also I'm not sure what "{text()}" refers to.
What the ultimate output is supposed to be is an HTML table with 5 <td></td> using for-each in xslt. The first 4 td's only contain text but the last one will contain several links to files. Here is the actual xml and xslt I will be using:
<opportunity>
<category>text</category>
<program>text</program>
<description>text</description>
<funder>text</funder>
<duedate>text</duedate>
<furtherinfo>multiple URL's defined here or somewhere in the XML</furtherinfo>
</opportunity>