Hyperlinks and XSL Output

Discussion in 'XML & RSS' started by boingo, Jul 13, 2006.

  1. #1
    Hi,

    I have a problem with making hyperlinks clickable and would appreciate the help from any xsl guru.

    Im using this in xml

    <item>
    <title>All this text is made a hyperlink</title>
    <description>This is the place I would like to make hyperlinks. Not all the text but certain worrds should be hyperlinks
    <description>
    <pubDate>14 Jul 2006 01:53:49 GMT</pubDate>
    <link>Here is the Title link</link>
    </item>

    So plainly, I would like to make certain words in the description tag hyperlinks. When I do:

    &lt;A href="http://www.test.com/&gt;Test.com &lt;/A&gt;

    It shows up as <A href="http://www.test.com">Test.com </A> in the output html page, and its not clickable, instead of just Test.com.

    I know I should add or change something in my xsl stylesheet but I am very new to xsl/xml.

    Any takers?

    /Boingo
     
    boingo, Jul 13, 2006 IP