Results 1 to 2 of 2

Thread: Rss feed

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    43

    Rss feed

    Hello everyone,

    I want to do some work for RSS Feed.

    I know dot net fair enough. I managed to get the xml data generated from Database like the following format

    <item>
    <title>title1</title>
    <link>http://www.test.com/test.asp?articlceId = 23</link>
    <description>sometext</description>
    </item>
    <item>
    <title>title2</title>
    <link>http://www.test.com/test.asp?articlceId = 24</link>
    <description>sometext</description>
    </item>
    <item>
    <title>title3</title>
    <link>http://www.test.com/test.asp?articlceId = 25</link>
    <description>sometext</description>
    </item>
    <item>
    <title>title4</title>
    <link>http://www.test.com/test.asp?articlceId = 26</link>
    <description>sometext</description>
    </item>


    But for RSS feed I need a extra information like

    <rss>
    <channel>
    <title>sitename</title>
    <link>blah,blah,blah</link>
    <dateUpdated>2/11/05</dateUpdated>
    </channel>
    </rss>


    Please can you guys let me know how to add the channel information to my above xml.

    Thanks,
    dummy
    ***learning everyday ***

  2. #2
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    Re: Rss feed

    Hi,

    this should help

    http://www.w3schools.com/rss/rss_channel.asp

    everythig you ned to know related to XML scrinting for RSS. ths link is directly to the Channel index

    Hope this helps

    ta

    Kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


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