Re: GRDDL and HTML5

Ian Hickson wrote:
> On Wed, 6 Aug 2008, Danny Ayers wrote:
>> One possible obstacle might be how to specify the purpose of the linked 
>> transformation.
> 
> Isn't that what the keyword "transformation" does? It implies that the 
> resource is a GRDDL XSLT program, no?
> ...

It seems to me that the choice of "transformation" was done knowing that 
there was @profile to disambiguate (just as

	xmlns:grddl='http://www.w3.org/2003/g/data-view#'
	grddl:transformation="..."

is used when in generic XML).

So, in absence of @profile, the relation probably should be called 
"grddl-transformation", or the full URI should be used as relation:

        rel="http://www.w3.org/2003/g/data-view#transfomation"

(as proposed in the Link header draft).

BR, Julian

Received on Thursday, 7 August 2008 07:39:13 UTC