Results 1 to 2 of 2

Thread: [2005] How to insert a rss feed into my webpage?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Question [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!!

    Dekel C.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width