I am trying to display the <link> text to a Title and Description of an RSS in a ticker. So that it displays the url of the article for everyone to see. I tried modifying the rsstitle.brs parser but it did not work.
I want to display on the ticker the text between the <link> url</link>.
Here is an example of the RSS feed
<item>
<title>Massive male great white shark tagged and released off Florida coast (13 feet 9 inches) (Live Science)</title>
<description>
<![CDATA[ Massive male great white shark tagged and released off Florida coast (13 feet 9 inches) (Live Science) ]]>
</description>
<pubDate>Fri, 14 Feb 2025 14:48:50 -0500</pubDate>
<guid isPermaLink="false">46DB40C4-E010-4B1A-96DD-1F05709A9F9C</guid>
</item>
Any help would be appreciated.