how to make xml as RSS?

Discussion in 'XML & RSS' started by vetrivel, Aug 17, 2009.

  1. #1
    HI,

    I have generated the xml file with title,content and url .
    Now i need to know how to make this xml as rss feed.

    Please suggest me how to provide rss feed link on my site.
    Is it clear?
    It may look like dump question ,but i dont find exact answer.
     
    vetrivel, Aug 17, 2009 IP
  2. vetrivel

    vetrivel Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    my xml file looks
    <rss version="2.0">
    <channel>
    <item>
    <title>product details changed-</title>
    <description>descr1</description>
    <link>url</link>
    </item>

    <item>
    <title>product details changed-</title>
    <description>descr2</description>
    <link>url</link>
    </item>
    </channel>
    </rss>
    If i open this file .It is opening as xml only.but i need to show it as rss feed.
     
    vetrivel, Aug 17, 2009 IP
  3. vetrivel

    vetrivel Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is it that much difficult to do?

     
    vetrivel, Aug 18, 2009 IP
  4. vetrivel

    vetrivel Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it is very simple to generate the RSS feed with PHP .
    and my new feed is ready now.

    ->I have subcribed to my feed with google and then i updated the feed content ,but it did nt refelected in the igoogle page.

    ->HOW LONG IT WILL TAKE TO REFLECT UPDATE IN IGOOGLE?
     
    vetrivel, Aug 19, 2009 IP