Both of these are good examples. The ideal is perhaps embedding a complete hCard as the location, since hCard provides more semantic/structured information than just an "adr". E.g. in typical examples, there is an actual named venue for an event.
<span class="location vcard"> <span class="fn org">SxSW</span> <span class="adr"> <span class="locality">Austin</span>, <span class="region">TX</span> Conference center room 18</span> </span> For some concrete Examples in the Wild, see Jeremy Keith's most excellent Austin SXSW events/venues/maps mashup: http://austin.adactio.com/ View source and check out the numerous hCalendar locations which are hCards. Thanks, Tantek On 3/16/06 9:17 AM, "brian suda" <[EMAIL PROTECTED]> wrote: > You are correct that the LOCATION in iCalendar is "less formal" and > probably intended for things like "Room 120". > > It is possible to Mix microformat conent, so you can easily have both > location and adr. For Example: > > <span class="location adr"> > SxSW <span class="locality">Austin</span>, <span > class="region">TX</span> Conference center room 18 > </span> > > or > > <span class="adr"> > SxSW <span class="locality">Austin</span>, <span > class="region">TX</span> Conference center <span class="location">room > 18</span> > </span> > > This should help in both cases. > > -brian > > Paul Bryson wrote: >> hCalendar is currently using the "location" class to specify the location of >> the an event. However, hCard (and supposedly everything else in the future) >> uses "adr" to describe indicate an object's location. >> >> It seems like, from use and description, that the "location" moniker is >> intended to convey less formal geographic location information. For >> instance, "location" may contain: >> >> Bob Bullock Museum >> >> whereas "adr" may contain: >> >> 13333-A Hwy 71 West >> Bee Cave, TX 78738 >> >> Would it be possible to allow "adr" to be used in hCalendar? Any ideas >> about how it should be used? >> >> >> Atamido >> >> >> >> _______________________________________________ >> microformats-discuss mailing list >> [email protected] >> http://microformats.org/mailman/listinfo/microformats-discuss >> >> > > _______________________________________________ > microformats-discuss mailing list > [email protected] > http://microformats.org/mailman/listinfo/microformats-discuss _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
