|
-
Mar 21st, 2007, 12:32 PM
#1
Thread Starter
Fanatic Member
[2005] How to insert a rss feed into my webpage?
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!!
-
Mar 21st, 2007, 02:23 PM
#2
Re: [2005] How to insert a rss feed into my webpage?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|