[uf-discuss] Re: Possible alternative methods for "include"

Martin McEvoy info at weborganics.co.uk
Sun Feb 3 13:35:50 PST 2008


On Sun, 2008-02-03 at 20:40 +0000, Martin McEvoy wrote:
> <foo id="me" class="fn">Martin McEvoy</foo>
> 
> <bar class="me at url">http://wherever.com/</bar>  

No :( too verbose anyway:

<div class="vcard">
<span id="me" class="fn">Martin McEvoy</span>
<br /><a class="url org" href="http://someurl.co.uk/">WebOrganics</a>
</div>

<div class="vcard">
<a class="me at url me at org" href="http://someurl.com/">DarkstarServer</a>
</div>

and you may have to actually use include to make it less so

<div class="vcard">
<span class="include at me"></span>
<a class="url org" href="http://someurl.com/">DarkstarServer</a>
</div>
 
which is not good, its almost like creating an empty <p></p> to create
some space?


Oh well

Thanks

Martin McEvoy



More information about the microformats-discuss mailing list