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
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.
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
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
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