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]...
7277
Mark Nottingham
mnotting
Oct 10, 2005 12:58 am
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...
7278
Azizul Islam Robel
azizulislamr...
Oct 10, 2005 2:56 am
Hi all, I am Azizul Islam from Bangladesh, I am new in RSS, anybody can help me RSS and PHP. Thanks. Aziz...
7279
Stephen Downes
datamouse2001
Oct 10, 2005 10:28 am
... 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...
7280
James Holderness
james_holder...
Oct 11, 2005 8:18 pm
May I ask why you wouldn't consider using something like dcterms:isVersionOf, seeing as dcterms is already a proposed RSS1 module? As an example: ...
7281
Mark Nottingham
mnotting
Oct 13, 2005 10:53 pm
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...
7282
Jeremy Wong
jrmwng2000
Oct 29, 2005 3:54 pm
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 ...
7283
bgranam
Oct 31, 2005 1:00 pm
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...
7284
James Holderness
james_holder...
Oct 31, 2005 1:45 pm
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...
7285
Bill Kearney
wkearney99
Oct 31, 2005 2:02 pm
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...
7286
Jon Hanna
hack_poet
Oct 31, 2005 5:22 pm
... 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...
7287
granam@...
bgranam
Oct 31, 2005 5:42 pm
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...
7288
Bill Kearney
wkearney99
Oct 31, 2005 5:42 pm
... 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...
7289
granam@...
bgranam
Oct 31, 2005 5:46 pm
On Mon, 31 Oct 2005 07:01:58 -0700, Bill Kearney <ml_yahoo@...> ... A good question, which is why I wanted to enquire. You've now made me aware of...
7290
if
italicdj
Nov 1, 2005 10:49 pm
Although I take the point which about RSS not being ideal for data interchange. There are some good reasons to use RSS over other methods. 1. Its pretty easy...
7291
Bill Kearney
wkearney99
Nov 2, 2005 12:23 am
... If you're looping through data then it's just data, that it's structured as items inside an rss element really doesn't make all that much difference. I'd...
7292
if
italicdj
Nov 2, 2005 4:26 am
So generally you would disagree with RSS as a web API? like how Greg describes it? [1] Realistically if you look at the average RSS feed from a blog with full ...
7293
Bill Kearney
wkearney99
Nov 2, 2005 12:47 pm
... <sigh> The point isn't to argue interpretations. You asked about grafting non-RSS data into an RSS feed. The suggestion is why bother? If you've got ...
7294
vcbock
Nov 4, 2005 7:12 pm
Hello helpful people! I'm trying to set up a feed to a password protected site, but am getting parsing errors. Feed Validator results are here: ...
7295
James Holderness
james_holder...
Nov 4, 2005 7:32 pm
You need to escape the ampersands in your urls. The link should look something like this: ...
7296
Klaus Johannes Rusch
krusch
Nov 4, 2005 7:32 pm
... The ampersand (&) is not correctly escaped as & You get a similar error message if you try the feed document in your browser: XML Parsing Error: not...
7297
Valerie Bock
vcbock
Nov 9, 2005 6:52 pm
Thank you so much Klaus, the ampersands were indeed the problem! Valerie Bock vbock@... http://www.vcbconsulting.com ... From:...
7298
Gerrit Kuilder
gerkuil
Nov 12, 2005 2:38 pm
H All, I am new to this list and have a couple of questions, apologies if they have been asked too often.. I am creating some feeds with perl and XML::RSS....
7299
Maureen
moemoore
Nov 12, 2005 8:40 pm
I have been hand coding html pages for 8 or 9 years now. I prefer to hand code, because I am a programmer by nature, and it allows me to better understand what...
7300
Bill Kearney
wkearney99
Nov 13, 2005 3:40 am
... If you've got database storage it's often a lot less headache to use that for building your RSS feeds. That way you only have to learn the tedious bits of...
7301
James Holderness
james_holder...
Nov 13, 2005 5:52 am
For future reference, this mailing list is really only meant for RSS 1.0 related discussions. Since your feeds are using RSS 2.0 (which is a substantially...
7302
James Holderness
james_holder...
Nov 13, 2005 6:17 am
... This is just a wild guess, but I suspect that Thunderbird may not be capable of handling updating entries. It wouldn't surprise me if there were many ...
7303
Gerrit Kuilder
gerkuil
Nov 13, 2005 11:30 am
Hello James/All ... I was thinking the same when I woke up this morning and it makes sense. I can fix that but for further feeds I will be creating it might...
7304
James Holderness
james_holder...
Nov 13, 2005 4:27 pm
... Oh ok. I'm sorry I misunderstood what you were doing. When I looked at the feed all I saw was a list of entries that appeared to be showing the content of...
7305
Mitul Patel
majesticmitul
Nov 13, 2005 5:30 pm
Hi I am new to RSS I was just wondering how cud we parse RSS of some site in our application in .NET(C# ASP). Is their any API for that ? Thank you ... ===...