how to build own feeds just like this

Discussion in 'XML & RSS' started by rajesh21, Oct 28, 2006.

  1. #1
    i'm new at thise forum,
    wath for program can i juse to make like this rss file? any body know this,
    sorry for my english


    <?xml version="1.0" encoding="iso-8859-1" ?>
    - <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    - <channel>
    <title>Joursite.com</title>
    <link>http://www.Joursite.com</link>
    <lastBuildDate>Sat, 28 Oct 2006 10:35:19 -0500</lastBuildDate>
    <description>Funny Videos, Flash Games, Cool Animations, New Links</description>
    <language>en-us</language>
    - <item>
    <title>Helicopter Crashes into a Crowd</title>
    <link>http://www.Joursite.com/media/1162011136/Helicopter_Crashes_into_a_Crowd</link>
    <image>http://www.Joursite.com/uploads/b87be7c7114250b638e79f75337c1048.jpg</image>
    <description>If you're trained to fly one of these, you'd think you would take the span of the blades into consideration. But oh no, not if you're this pilot.</description>
    <dc:date>Sat, 28 Oct 2006 06:00:10 -0500</dc:date>
    </item>


    thanks for your support
     
    rajesh21, Oct 28, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You don't need a program to create it unless you want to automate it.

    Just write the feed in a text editor to the correct specifications.
     
    mad4, Oct 28, 2006 IP
  3. rajesh21

    rajesh21 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i want to youse a program, i have a larg index file,
    i need a program that make a feeds with this type of file;s

    - <item>
    <title>Helicopter Crashes into a Crowd</title>
    <link>http://www.Joursite.com/media/1162011136/Helicopter_Crashes_into_a_Crowd</link>
    <image>http://www.Joursite.com/uploads/b87be7c7114250b638e79f75337c1048.jpg</image>
    <description>If you're trained to fly one of these, you'd think you would take the span of the blades into consideration. But oh no, not if you're this pilot.</description>
    <dc:date>Sat, 28 Oct 2006 06:00:10 -0500</dc:date>
    </item>


    thanks mate
     
    rajesh21, Oct 28, 2006 IP
  4. rssinfo

    rssinfo Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    your type of file (index) already looks like a feed to me.
    You can use it straight away
     
    rssinfo, Nov 2, 2006 IP
  5. rajesh21

    rajesh21 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5


    yes i know buth i have about 12 site's and it ceald by nice if i have a software for it,

    goes any one know about this and wath for software i must download,

    thanks
     
    rajesh21, Nov 2, 2006 IP
  6. JEET

    JEET Notable Member

    Messages:
    3,832
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #6
    I am not very sure what you mean by large index file, but if you are new to xml feeds, I have a xml code generator here

    The information in column "0" will go in <channel> tag. Others will go in <item> tags.
    Or let me know if you want to do something else.
    Bye :)
     
    JEET, Nov 2, 2006 IP