hcalendar-location-hcard-example

From Microformats Wiki
Revision as of 08:43, 13 July 2005 by Tantek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

hCalendar location using hCard example

This is an example (as part of an answer to an hCalendar FAQ) of how an hCalendar location could be encapsulated with an hCard that then contained much more structured information, e.g. geo lat/long, address, etc.

...
<span class="location vcard"><span class="fn org">
 <abbr class="geo" title="51.499009;0.080481">Argent Hotel</abbr></span>
 <span class="adr">
<span class="locality">San Francisco</span>, <span class="region">CA</span>	
 </span>
</span>
...

For more discussions of location data, geographic data, and research into current and potential future formats, see the location formats page.