- From: Martin McEvoy <martin@weborganics.co.uk>
- Date: Mon, 15 Sep 2008 02:16:11 +0100
- To: Mark Birbeck <mark.birbeck@webbackplane.com>
- CC: Simone Onofri <simone.onofri@gmail.com>, Ben Adida <ben@adida.net>, Toby A Inkster <mail@tobyinkster.co.uk>, RDFa <public-rdf-in-xhtml-tf@w3.org>
Martin McEvoy wrote: > It does When you are asking the users of RDFa to mark up vevents like: > > <div typeof="event:Vevent"> > <h3 property="event:summary">Have I Got Old News For You</h3> > <p property="event:location">BBC2</p> > <p><span property="event:dtstart" > content="2008-06-28T21:00:00">Saturday 28 June, > 9</span>-<span property="event:dtend" > content="2008-06-28T21:30:00">9.30pm</p> > <p property="event:description">Team captains Paul Merton and Ian Hislop > are joined by returning guest host Jeremy Clarkson and > panellists Danny Baker and Germaine Greer for the > topical news quiz. <abbr title="in stereo">[S]</abbr></p> > </div> > > http://rdfa.info/wiki/Tutorials#vEvent > > Its just seems counter productive to me? It seems RDFa can help the > wider community by suggesting.... > > <div class="vevent"> > <h3 class="summary">Have I Got Old News For You</h3> > <p class="location">BBC2</p> > <p><span property="dtstart" content="2008-06-28T21:00:00">Saturday 28 > June, > 9</span>-<span property="dtend" > content="2008-06-28T21:30:00">9.30pm</p> > <p class="description">Team captains Paul Merton and Ian Hislop > are joined by returning guest host Jeremy Clarkson and > panellists Danny Baker and Germaine Greer for the > topical news quiz. <abbr title="in stereo">[S]</abbr></p> > </div> Ok then just thinking "way out of the box" I have updated http://weborganics.co.uk/demo/hcal.xhtml to use the example above, but instead of using @property It uses @class with @content (valid xhtml this time) <div class="vevent"> <h3 class="summary">Have I Got Old News For You</h3> <p class="location">BBC2</p> <p><span class="dtstart" content="2008-06-28T21:00:00">Saturday 28 June, 9</span>-<span class="dtend" content="2008-06-28T21:30:00">9.30pm</span></p> <p class="description">Team captains Paul Merton and Ian Hislop are joined by returning guest host Jeremy Clarkson and panellists Danny Baker and Germaine Greer for the topical news quiz. <abbr title="in stereo">[S]</abbr></p> </div> here is the iCal export http://transformr.co.uk/hcalendar/http://weborganics.co.uk/demo/hcal.xhtml here is the RDF output http://transformr.co.uk/hcalendar-rdf/http://weborganics.co.uk/demo/hcal.xhtml there really wasn't any need to use @property It made sense just to use @content so really all we are talking about is "squatting" in one RDFa property.. Thanks for all your help Best Wishes Martin McEvoy
Received on Monday, 15 September 2008 01:16:58 UTC