Abstract This specification defines the Simple Semantic Resolution (SSR) Module for the RSS 2.0 syndication format. The purpose of SSR is to provide a...
295
Danny Ayers
danny_ayers
May 3, 2003 5:57 pm
Thanks Doug. ... You are absolutely right - there are at least three variables: the target format (RDF in this case); the type of processor (XSLT); and the...
296
Mark Nottingham
mnotting
May 3, 2003 6:06 pm
I disagree. Having an everything-in-one approach is difficult to support, and needlessly complex. If there's a need to describe other kinds of mappings, just...
297
Danny Ayers
danny_ayers
May 3, 2003 8:43 pm
Thanks Mark. I've realised from the feedback I've so far received (thanks guys!) that I haven't explained very well how minimal the effort would be for most...
298
Dave Winer
dwiner
May 3, 2003 9:11 pm
I wanted to just chime in with a "Good job" to Danny. This is how you do evangelism. Meet people where they are, offer a benefit, be humble, be inclusive. The...
299
Danny Ayers
danny_ayers
May 3, 2003 11:03 pm
... <crawls from horizontal/> Thanks Dave! The RSS 2.0 source in the doc here : http://ideagraph.net/xmlns/ssr/#rss2 is in fact a full example, though...
300
Sean B. Palmer
sean_b_palmer
May 4, 2003 12:06 am
[All: Please trim the CC list if you feel that's appropriate.] ... I think that it would be useful to let the "SSR language" be used on a wider scale than RSS...
301
Danny Ayers
danny_ayers
May 5, 2003 1:34 pm
"This document describes by example how an RSS module developer can use the Simple Semantics Resolution module [1] to minimise the ambiguity in their RSS 2.0...
302
Wayne Brissette
wbrisett
May 7, 2003 3:32 pm
I have two questions about the RSS specification. In the RSS specification it stats that the pubDate should follow the RFC 822 date format (07 May 2003), yet...
303
Dave Winer
dwiner
May 7, 2003 3:36 pm
1. The date formats are not interchangeable. "All date-times in RSS conform to the Date and Time Specification of RFC 822, with the exception that the year may...
304
Bill Kearney
wkearney99
May 7, 2003 3:48 pm
The ISO8601 format for timestamps is used by the W3C, in most website log files and in RSS-1.0. E-mail uses the RFC-2822 format. RFC-822 was obsoleted. Make...
305
Dave Winer
dwiner
May 7, 2003 4:03 pm
When in doubt, read the spec. Dave...
306
Wayne Brissette
wbrisett
May 7, 2003 4:10 pm
... I did, the problem is there are two competing specs and they differ from each other in more ways than one. Wayne ... Get your facts first, and then you can...
307
Morbus Iff
morbus_iff
May 7, 2003 4:19 pm
... If you're talking about RSS 1.0, they're not competing. They serve different purposes for different people. -- Morbus Iff ( i'm the droid you're looking...
308
Dave Winer
dwiner
May 7, 2003 4:20 pm
No doubt it's confusing, this list is for support of RSS 2.0, and as far as I know there's only one spec for that format, and I am the author of it. Dave ... ...
Hello, I have some questions about the domain attribute of the category element. The RSS 2.0 define a "domain" attribute for the category element. Then it...
310
Dave Winer
dwiner
May 8, 2003 2:59 pm
Here's an example, perhaps this will help: <someElement someatt="someatt39;s value">someElement39;s value</someElement> Dave ... From: Emmanuel Décarie To:...
... Thanks Dave for the reply. So, I infer from what you are saying that the domain attribute value can be anything? Is that right? If so, I still don't get...
312
Dave Winer
dwiner
May 8, 2003 3:45 pm
Go with what the spec says Emmanuel. I don't know what other words to say. Dave ... From: Emmanuel Décarie To: RSS2-Support@yahoogroups.com Sent: Thursday,...
313
Danny Ayers
danny_ayers
May 8, 2003 6:46 pm
I think it's possibly a typo - the word 'element39; I've highlighted below should maybe read 'attribute39; to be consistent with the example. It has one optional...
Thanks Danny, It makes more sense but I'm still puzzled by the "forward-slash-separated string". From what I gather from Dave's previous anwer, you can put any...
315
Dave Winer
dwiner
May 8, 2003 7:27 pm
It's not a URI, it's a forward-slash separated string. World/North America/Canada/Quebec/Montreal It indicates a place in a directory. If your directory...
Ok, I got it now. Nothing like an example that is close to home :). Cheers -Emmanuel ... forward slash as a delimiter....
317
Bill Kearney
wkearney99
May 8, 2003 7:31 pm
Then how do you 'share39; a hierarchy with another source? Is it /required/ to be *only* a delimited string? A URL is a delimited string. ...
318
Phil Ringnalda
philringnalda
May 8, 2003 8:15 pm
... Isn't that what the domain does? <taxo:topics> <rdf:Bag> <rdf:li resource="http://meerkat.oreillynet.com/?c=cat23"> <rdf:li...
319
Bill Kearney
wkearney99
May 8, 2003 11:06 pm
That's what I suggested but Dave's response about it not being a URI raises some confusion. Likewise one could use dc:subject: <dc:subject...
320
Herbert Feichtinger
herbertfeich...
May 11, 2003 7:28 pm
Generating an XML Schema file for the RSS 2.0 example provided in http://backend.userland.com/rss using Microsoft VS.NET 2002 generates an error. VS.NET cannot...
321
kcchesnut
May 22, 2003 7:28 pm
i'm giong to start blogging, and am developing my own tools to support that. ultimately it will have: text, images, audio, video, location, etc... right now...
322
janicesin12
Jun 9, 2003 6:35 am
Hi, I've add <language>zh-tw</language> in the file, and input the chinese text (traditional chinese) inside the tag <title>, but when I validate the RSS, it...
323
Bill Kearney
wkearney99
Jun 9, 2003 12:25 pm
Did you set the right encoding in the XML declaration? What's the URL of the feed? -Bill Kearney ... From: "janicesin12" <no_reply@yahoogroups.com> To:...