Sorry, about that last email.<br>
<br>
Anyway, I am trying to create a simple Rails app to handle my
contacts. It is basically for me to learn Rails, and introduce
myself with microformats in the process. My contact app has the
ability to add just organizations. When they view the
organization, I have it in hCard format. This is what I have come
up with because the hCard wiki is unclear on organization specs.<br>
<br>
<div class="vcard"><br>
<a class="url fn" href="<a href="http://www.microsoft.com"">http://www.microsoft.com"</a>></a><br>
<div class="org">Microsoft Corp</div><br>
<div class="adr"><br>
<div class="street-address">One Microsoft Way</div><br>
<span class="locality">Redmond</span>, <br>
<span class="region">WA</span><br>
<span class="postal-code">98052</span><br>
</div><br>
<div class="tel">1-800-642-7676</div><br>
<div class="fax">1-425-936-7329</div><br>
</div><br>
<br>
My other question is by adding a link to internal operations for the organization (i.e. org details) would break the hcard?<br>
<br>
Like:<br>
<br>
<div class="org"><a href="interal/show/123">Microsoft Corp</a></div><br>
<br>
Thanks,<br>
<br>
Jake Ham<br>