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/


_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to