HTML page to RSS?

Discussion in 'XML & RSS' started by bob25, Feb 24, 2009.

  1. #1
    Anybody know how to create a RSS feed from a HTML page?

    Thanks
     
    bob25, Feb 24, 2009 IP
  2. slpshtmike

    slpshtmike Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's not exactly possible. RSS is just a specially formatted XML document.

    You can review the specification here: http://cyber.law.harvard.edu/rss/rss.html

    Most sites will generate the RSS XML document using a server-side script that pulls content from their database.
     
    slpshtmike, Feb 24, 2009 IP
  3. mortgageloan

    mortgageloan Peon

    Messages:
    339
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ya you are right..i dont think thats possible...
     
    mortgageloan, Feb 25, 2009 IP
  4. Estevan

    Estevan Peon

    Messages:
    120
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    0
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    After you create and publish RSS on your site, you can use a special script to convert RSS into HTML.

    Feed2Html is a free PHP script that converts data from RSS to HTML. If you already have an RSS feed, just install this script to your site. You will be amazed how convenient it will become to publish news.

    http://www.extralabs.net/FeedEditorSetup.zip
     
    Jalpari, Mar 3, 2009 IP