Question on data views: multiple profiles and multiple transformations.

Hi,
I am reading the GRDDL Data Views: Getting Started, Learning More [1] 
and after the sentence "Reference the GRDDL profile to make it clear 
what that transformation link type means" I wondered: what if a page is 
using several profiles and transformations?

What I mean is if my pages uses both hDoap and DC and I write something 
like:

<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2003/g/data-view"
profile="http://purl.org/stuff/hdoap/profile" >
<link rel="transformation" 
href="http://www.w3.org/2000/06/dc-extract/dc-extract.xsl" />
<link rel="transformation" 
href="http://www.w3.org/2000/06/hdoap-extract/hdoap-extract.xsl" />
…
</head>
…
</html>

then we don't know which "profile" is associated to which "transformation".

or did I miss something?

Fabien.

[1] http://www.w3.org/2003/g/data-view

-- 
"Nostalgia is not what it used to be."
                  -- Simone Signoret.
 ____________
|__ _ |_  http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/
|  (_||_) INRIA Sophia Antipolis - ph# (33)(0)4 92 38 77 88

Received on Wednesday, 9 August 2006 20:47:18 UTC