Hello!
I have an rss feed (link with the *.rss extension), and I want to insert it into
my site.
Can anyone help by providing the simplest way to do this?
Thanks!!
:wave:
Printable View
Hello!
I have an rss feed (link with the *.rss extension), and I want to insert it into
my site.
Can anyone help by providing the simplest way to do this?
Thanks!!
:wave:
The simplest way would be to create an XSL stylesheet for the RSS. Get the XML for the RSS using WebRequest object. You can then take the XML from the WebRequest and transform the XML into HTML for your web page.
To perform the transform, use the XslTransform class.