Re: DC in XHTML2

Phil Archer wrote:

> <div id="titanic" property="label:hasClassification" resource="age:twelve">
>  <span property="dc:title" class="title">Titanic</span>
>  <a href="titanic.mov">See the movie</a>
> </div>

I think this approach is too limited, as it only permits one tripel per 
element. What do you do when you want more? Wrap the div in another div?

<div id="titanic" property="label:hasClassification" resource="age:twelve">
  <div property="foo:duration" resource="bar:105">
   <span property="dc:title" class="title">Titanic</span>
   <a href="titanic.mov">See the movie</a>
   </div>
</div>

No no
-- 
Johannes Koch
In te domine speravi; non confundar in aeternum.
                             (Te Deum, 4th cent.)

Received on Wednesday, 8 June 2005 12:40:29 UTC