[uf-discuss] hcalendar - irregular repeat of identical meeting.
Jeremy Keith
jeremy at adactio.com
Sun Mar 8 07:45:49 PST 2009
Ray wrote:
> Glenn, thanks for trying to help, but I cannot get the above to work
> at all.
There was a little typo in Glenn's original email. The first instance
of the class attribute here:
<div class="the-event-info">
<div class="summary">Title of event</div>
<div class="description">A little bit of information about the
event</div>
<div class="location">location</div>
</div>
Should be an ID:
<div id="the-event-info">
<div class="summary">Title of event</div>
<div class="description">A little bit of information about the
event</div>
<div class="location">location</div>
</div>
That's what should allow the include pattern to work:
<object data="#the-event-info" class="include" type="text/html"
width="1" height="1" style="display:none"></object>
HTH,
Jeremy
--
Jeremy Keith
a d a c t i o
http://adactio.com/
More information about the microformats-discuss
mailing list