[uf-dev] ADR Multiple instances of children
Guillaume Lebleu
guillaume at lebleu.org
Thu Jan 17 01:01:53 PST 2008
Brian Suda wrote:
>
> Basically, any parser that finds multiple instances of children ADR
> properties, should just concatenate them together with a ','
>
I think this technique might find value elsewhere as well.
For instance, I know at least one instance of a calendar where event's
dtstart and summary is split. (See: http://biz.yahoo.com/c/e.html) In
this particular instance there would be a lot of value in allowing the
following markup: <tr class="vevent"><td class="dtstart"
title="2007-01-03">Jan 3rd</td><td class="dtstart"
title="T08:00:00-0500">8:30 AM</td></tr> and <td class="summary">Retail
sales</td><td class="summary">Dec</td>, and having a parser extract
dtstart = 2007-01-03T08:00:00-0500 and summary = Retail SalesDec.
Guillaume
More information about the microformats-dev
mailing list