Search the web
Sign In
New User? Sign Up
rss-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
RSS 1.0 Release Candidate 1 (DRAFT)   Message List  
Reply | Forward Message #1121 of 7450 |
Re: [RSS-DEV] Re: RSS 1.0 Release Candidate 1 (DRAFT)

Aaron Swartz wrote:
>
> Eric van der Vlist <vdv@...> wrote:
>
> >> For backwards compatibility with 0.9 (which required the use of the rdf
> >> prefix to be compatible with non-namespace-aware parsers) we must force
this
> >> prefix.
> > :( Do really need to keep this one ?
>
> Is there a pressing reason why we shouldn't? I really can't see where it
> would be a serious problem.... Do you have a specific instance in mind?

No. I have to admit it's mostly an aesthetically issue.
But I think it sucks if we can have 2 documents that should be
considered as equivalent according to XML 1.0 and namespaces in XML 1.0
whereas one is RSS 1.0 compliant while the other isn't.
Too me, it means that we are not namespaces 1.0 compliant if we do not
treat them as equivalent.

> > We've already given up the restriction to "the full ASCII character set,
> > as well as all legal decimal and HTML entities" and I think it's at the
> > same level...
>
> Yes, but as the spec states:
>
> <q>
> While RSS 0.9 supported only ASCII encoding, RSS 1.0 assumes UTF-8.
> Using US-ASCII (i.e. encoding all characters over 127 as &#nnn;) is
> conformant with UTF-8 (and ISO-8859-1, HTTP's default header encoding).
> </q>

Just because we have chosen to add this chapter :) and we do not impose
to use ascii + &#nnn; but just giving it as a tip.

> > The minimum is to keep RSS feeds readable by RDF parsers whatever module
> > is added and that's what I meant.
>
> +1, then. How else can this be done? I wasn't aware of any other way to do
> this. If you know of them, they could be added to the spec.

No, I am afraid not.

> > If the information added by the modules was easily manageable by the RDF
> > parsers, it would be even better, but I am not sure we can make a
> > requirement out of this second one.
>
> I think it should at least be a requirement for modules produced by this WG.
> I don't believe any spec we produce should use parseType="literal" (except,
> perhaps, in very exceptional cases).

Maybe, in a later version or as an addendum, we could give some "best
practice rules" about this. In any case, I don't think we should try to
solve this difficult issue right now !

> >>>> RSS modules must not introduce conflicts by ad hoc modification of the
> >>>> content
> >>>> models of any other module or the core.
> >>> If you are refering to the recent discussion [3] about "Replacing Core
> >>> Elements with Modular Elements", I am not sure we've reached a consensus
> >>> here and I think we would seriously limit the extensibility of our
> >>> modules by keeping this restriction.
> >> We are referring to the discussion "Proposal: Module Spec Changes" as
raised
> >> by Leigh Dodds. http://www.egroups.com/message/rss-dev/1085
> > It's the same discussion.
> > IMHO we would limit seriously limit the extensibility of our modules by
> > imposing this restriction.
>
> How so? Changes in a module should be reflected by a new module, or at least
> a new namespace. Otherwise, an application would be incredibly confused. I
> believe this is the cause for version numbers (purl.org/rss/1.0/) in the
> namespace URIs.

It depends if you consider the addition of elements from other modules
to be a change in the "including" module ;)

Personally I don't !

I don't see the difficulty of ignoring elements from unsupported
namespaces even if they are in the middle of a CDATA.

I can write a XSLT transformation and a SAX filter to eliminate any
elements and attributes from namespaces not included in a list if it
helps.

Eric
--
------------------------------------------------------------------------
Eric van der Vlist Dyomedea http://dyomedea.com
http://xmlfr.org http://4xt.org http://ducotede.com
------------------------------------------------------------------------



Mon Nov 6, 2000 3:22 pm

vdv@...
Send Email Send Email

Forward
Message #1121 of 7450 |
Expand Messages Author Sort by Date

Howdy Folks, Well, since our final open issue is currently under vote, I thought it high time to start preparing for the impending release of RSS 1.0. I've: *...
Rael Dornfest
rael@...
Send Email
Nov 6, 2000
12:22 am

... Great work ! ... Some comments then... I) main spec [1]: 5. Core Syntax, chapter "Notation:" ... I would suggest to add a line about element order not...
Eric van der Vlist
vdv@...
Send Email
Nov 6, 2000
8:16 am

... +1 ... For backwards compatibility with 0.9 (which required the use of the rdf prefix to be compatible with non-namespace-aware parsers) we must force this...
Aaron Swartz
aswartz@...
Send Email
Nov 6, 2000
1:43 pm

Howdy, ... Done (though not yet online). Rael...
Rael Dornfest
rael@...
Send Email
Nov 9, 2000
10:48 pm

Is anybody besides me concerned that the name of the standard was left up in the air? There was some discussion on the subject and even a poll (which had...
David King
david.king@...
Send Email
Nov 6, 2000
12:38 pm

... I don't believe any WG member ever raised it as an issue. In the absence of objection, we will go ahead with the 1.0 name as we always have, because we ...
Aaron Swartz
aswartz@...
Send Email
Nov 6, 2000
1:23 pm

... I completely disagree with this approach. Creating confusion and then dealing with it seems backwards to me, but if that's what the group wants to...
David King
david.king@...
Send Email
Nov 6, 2000
1:45 pm

... Do really need to keep this one ? We've already given up the restriction to "the full ASCII character set, as well as all legal decimal and HTML entities"...
Eric van der Vlist
vdv@...
Send Email
Nov 6, 2000
2:11 pm

... Is there a pressing reason why we shouldn't? I really can't see where it would be a serious problem.... Do you have a specific instance in mind? ... Yes,...
Aaron Swartz
aswartz@...
Send Email
Nov 6, 2000
2:26 pm

Howdy, ... I'll say that its advised if you want to be 0.9 backward-compatible. Any objections? Rael ... Rael Dornfest rael@... ...
Rael Dornfest
rael@...
Send Email
Nov 9, 2000
10:17 pm

... No. I have to admit it's mostly an aesthetically issue. But I think it sucks if we can have 2 documents that should be considered as equivalent according...
Eric van der Vlist
vdv@...
Send Email
Nov 6, 2000
3:24 pm

... I assume you mean PCDATA, because if they are in a CDATA, they should be assumed as plain text. Even so, if this is true it is important to note this so...
Aaron Swartz
aswartz@...
Send Email
Nov 6, 2000
9:47 pm

... Likely the release of 1.0 will include an announcement of some type which be a good place to clear up confusion about the two threads of evolution. What...
Ken MacLeod
ken@...
Send Email
Nov 6, 2000
3:49 pm

... I share this concern. It's beginning to look like the WG members want just to sweep this issue under the table ... wish only that it should go away. Well...
Seth Russell
seth@...
Send Email
Nov 6, 2000
4:02 pm

Hi, I strongly encourage "you guys" (the WG) to come up with a good name for this before you release it. Once the cat is out of the bag in the form of a final...
Jeff Barr
jeff@...
Send Email
Nov 7, 2000
4:41 am

... It would be useful information to know where "you guys" (that would be the IG and larger RSS community) stand on the proposal for both specs keeping the...
Ken MacLeod
ken@...
Send Email
Nov 7, 2000
5:44 am

(I am sending this to RSS-DEV and to Syndication in hope of resolving the naming issue once and for all). My stance is that what is now known as RSS 1.0 needs...
Jeff Barr
jeff@...
Send Email
Nov 7, 2000
6:25 am

... People already do the same thing about 1.0. I see no reason to make _their_ statements ambiguous. People keep acting like RSS 1.0 is nothing like RSS 0.9x...
Aaron Swartz
aswartz@...
Send Email
Nov 7, 2000
1:19 pm

I'm really suprised to be having this discussion over again. This message is rather long, and contains a number of excerpts from ancient RSS history that I was...
Dan Brickley
daniel.brickley@...
Send Email
Nov 7, 2000
4:09 pm

... Well maybe that should tell you there is still a real problem. Look, this thing is past the point of justifications being important. Im sure your...
Seth Russell
seth@...
Send Email
Nov 7, 2000
4:51 pm

... I'm opposed to this - it creates unneeded confusion. As well as that, what happens in X years time when Netscape/AOL realises what's happened and decides...
Nick Lothian
nl@...
Send Email
Nov 7, 2000
6:03 am

Might as well de-lurk, because it's 3am. I've been following this since the middle of August, and it seems like the name issue comes up once every month. I...
Chase Tingley
tingley@...
Send Email
Nov 7, 2000
8:13 am

... That's exactly my point. I think we should specify in the spec that elements and attributes from other namespaces can be added everywhere, even in modules...
Eric van der Vlist
vdv@...
Send Email
Nov 7, 2000
7:43 am

... Thats fine by me - so long as its clear that this can take place then we should be OK. My initial quibble was that the models for the core elements are...
Leigh Dodds
ldodds@...
Send Email
Nov 7, 2000
1:49 pm

Howdy, ... So what would you write, then? Suggestions welcome ;-) Rael ... Rael Dornfest rael@... Maven,...
Rael Dornfest
rael@...
Send Email
Nov 9, 2000
10:41 pm

... I'm sorry, but I don't see how we can do this as Eric suggests, and still maintain RDF compatibility. The following example would be incompatible with RDF...
Aaron Swartz
aswartz@...
Send Email
Nov 9, 2000
11:55 pm

... change that to ... Content Model: ANY Which is the current thinking I believe. IOW, you can't guarantee what you're going to get in any of those elements ...
Leigh Dodds
ldodds@...
Send Email
Nov 10, 2000
4:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help