Re: Private extensions and relation to atom elements

2006-09-11 Thread James Aylett
On Mon, Sep 11, 2006 at 08:36:02AM -0700, Tim Bray wrote: > let's assume myns: is declared. Then why not > > icon-uri Apologies to all - this is what we tried first, but there must have been a typo or something, because the feed validator started shouting at us. I've just checked again, and al

Re: Private extensions and relation to atom elements

2006-09-11 Thread Tim Bray
On Sep 11, 2006, at 7:45 AM, James Aylett wrote: Feed Validator gets upset with extension attributes - is it wrong? Be specific, please? -Tim

Re: Private extensions and relation to atom elements

2006-09-11 Thread Tim Bray
On Sep 11, 2006, at 4:27 AM, James Aylett wrote: We've run across a situation where we want to annotate an atom:icon with a title. Currently we're doing the following, as something that Feed Validator is happy with, but doesn't feel right:

Re: Private extensions and relation to atom elements

2006-09-11 Thread James Aylett
On Mon, Sep 11, 2006 at 08:09:27AM -0700, James M Snell wrote: > atom:icon is defined as: > >atomIcon = element atom:icon { > atomCommonAttributes, > (atomUri) >} > > atomCommonAttributes is defined as: > >atomCommonAttributes = > attribute xml:base { atomUri }?,

Re: Private extensions and relation to atom elements

2006-09-11 Thread James M Snell
atom:icon is defined as: atomIcon = element atom:icon { atomCommonAttributes, (atomUri) } atomCommonAttributes is defined as: atomCommonAttributes = attribute xml:base { atomUri }?, attribute xml:lang { atomLanguageTag }?, undefinedAttribute* The Validato

Re: Private extensions and relation to atom elements

2006-09-11 Thread James Aylett
On Mon, Sep 11, 2006 at 07:27:27AM -0700, James M Snell wrote: > Using extension attributes is a perfectly legitimate solution. The one > drawback is that not all implementations will support 'em. That's not a problem, to be honest - we have (amongst other things) a Flash 'player' for the atom

Re: Private extensions and relation to atom elements

2006-09-11 Thread James M Snell
Using extension attributes is a perfectly legitimate solution. The one drawback is that not all implementations will support 'em. - James James Aylett wrote: > We've run across a situation where we want to annotate an atom:icon > with a title. Currently we're doing the following, as something t

Private extensions and relation to atom elements

2006-09-11 Thread James Aylett
We've run across a situation where we want to annotate an atom:icon with a title. Currently we're doing the following, as something that Feed Validator is happy with, but doesn't feel right: -- uri:to/icon My icon title -