I want to format basic hyperlinks using XSL, but I can’t seem to locate how to do it. I’d like to populate a table with web addresses
For example, using just the simple XML data:
<item>
<title><![CDATA[Kirupa Forums]]></title>
<link>http://www.kirupaforum.com </link>
</item>
How would I design an XSL style sheet for creating a clickable hyperlink for “Kirupa Forums”? I checked W3Schools, but they do not go into this in their tutorials that I could find.