Hi I am beginer of RSS feed, I have few quetions regrading that 1. I got the rss editor where i genrated the rss script 2. The file is in .xml fomat. Now...
... Chandra, First upload your file to your Web server and check it's valid RSS [1], then add an auto-discovery link to the head section of your Web page [2]...
If you have a proper RSS feed, then you place the file on your web server and identify its URL. This URL can be given to others to place in their RSS ...
I'm working on an application for caching rss feeds in a database for awhile, to allow for some searching. Since currently there are no required unique...
Write your own schema mimicking the Rss 2.0 specifications and include id attributes for the item element. ... [Non-text portions of this message have been...
One possibility might be an MD5 hash of some sort. The trick is deciding what to hash though. Titles and descriptions can change if an article is edited - do...
I am developing a newsfeed and would like to define my own namespaces. Do you know if news aggregators in general recognise extended namespaces? I am having...
I can't help you with namespaces in general, but I do know that FeederReader will display the additional elements when you turn ON "Detail: Message". Greg...
... What's your intention with regard to what the added data will do for the user? ... This is an XML issue, not one specific to RSS. Basically you declare it...
Thanks Greg, it seems some news aggregators allow users to control the display information whilst other are very limited. and Thank you too Bill, ... for the...
... I've been messing around in certain corners of XML for a few years now, and I can confirm that "oblivious" is a totally appropriate usage, when some...
It was so `obvious', I was oblivious to it! Thanks Jack. You certainly sound like you have a fair bit of experience. I think I will find xml really useful and...
Hi, I am new to RSS and desperately need some help. I 've created an RSS feed and placed it on BEA server. I am able to view the feed using FeedReader. Also...
===================================================== FOAFING THE MUSIC -- the next generation of music recommenders -- http://foafing-the-music.iua.upf.edu ...
hi phil, Here is the URL for the feed http://www.thomson.com/rss/thomson_corp.xml -anand ... ______________________________________________________ Yahoo! for...
I suspect it's not showing up in Internet Explorer because there is no Content-Type HTTP header, so IE doesn't know what to do with it. In addition, if you've...
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. [Non-text portions of this message have been removed]...
I'm curious -- what are RSS1 people's reactions to using Atom elements in RSS feeds? I ask because I'm designing an extension that can be used (currently) in...
... I would use <fh:prev>http://www.example.com/foo/1</fh:prev> It's simpler and cleaner. The Atom alternative doesn't actually add any information not...
Tha'ts not the semantic I'm looking for at all; it's not that there's a previous version of the same document, it's that there's a different document that can...
Sorry for my late reply. The forthcoming IE7 supports RSS 2.0 and claims to support RSS 1.0. I prepare RSS feed in 3 versions: RSS 2.0, RSS 1.1, RSS 1.0. The ...
Greetings. I've been musing about the possibility of using RSS as a kind of pseudo Web Service and would like some opinions on the concept. RSS would be used...
I'd recommend against it. You're assumedly going to have a server at one end that's not going to be an RSS server, a client at the other end that's not going...
Indeed, why bother wrapping it in RSS at all? If all you're passing is RDF data then why not simply pass it using REST principles? Just pull the data via...
... I've never understood the desire to build transport layers on top of HTTP and call them "Web Services". TCP/IP is a proven transport layer. SSL and TLS are...
On Mon, 31 Oct 2005 06:47:12 -0700, James Holderness ... It would be more of a peer-to-peer situation, where each machine would be both an RSS server and an...
... RSS isn't a transport layer. It's a data format. One commonly transported over HTTP. If all you want to do is move data from one machine to another then...