Someone said that the citation uformat should use hcards for authors; this is
probably an ideal situation, but not necessarily practical in all cases - for
instance, I'm slurping author data from Amazon and don't have control of how
it segments into first, middle, last names, etc.

You don't need to partition names, I believe the minimal hCard is
something like:

<div class="vcard"><div class="fn">Ciaran McNulty</div></div>

(It may be possible to do without the inner DIV and apply the fn to
the outer one, I'm not 100% clear on whether the fn has to be on a
child element of the vcard).

-Ciaran
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to