<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>I was told you needed to use fn, and n when you wanted to split the name up into its various parts.  Here is the markup for my hCard, in which I wanted my middle initial.  And the parsers handle it just fine.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>&lt;div class="vcard"&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>&lt;p&gt;&lt;img class="photo" src="<A href="http://cdevroe.com/media/images/cdevroe.jpg">http://cdevroe.com/media/images/cdevroe.jpg</A>" alt="photo" /&gt;&lt;/p&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>&lt;div class="n fn"&gt;</DIV><DIV>&lt;a class="url" href="<A href="http://cdevroe.com">http://cdevroe.com</A>/"&gt;&lt;span class="given-name"&gt;Colin&lt;/span&gt; &lt;span class="additional-name"&gt;D.&lt;/span&gt; &lt;span class="family-name"&gt;Devroe&lt;/span&gt;&lt;/a&gt;</DIV><DIV>&lt;/div&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>&lt;p&gt;&lt;a class="email pref" href="<A href="mailto:cdevroe@theubergeeks.net">mailto:cdevroe@theubergeeks.net</A>"&gt;<A href="mailto:cdevroe@theubergeeks.net">cdevroe@theubergeeks.net</A>&lt;/a&gt;&lt;/p&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN> <SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>&lt;div class="adr"&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>  <SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>&lt;p&gt;&lt;span class="street-address"&gt;P.O. Box 61&lt;/span&gt;&lt;/p&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN> <SPAN class="Apple-tab-span" style="white-space:pre">                </SPAN>&lt;p&gt;&lt;span class="locality"&gt;Clifford&lt;/span&gt;, &lt;span class="region"&gt;Pa&lt;/span&gt; &lt;span class="postal-code"&gt;18413&lt;/span&gt;&lt;/p&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN> <SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>&lt;/div&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN> <SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>&lt;div class="tel"&gt;(570) 222-6546&lt;/div&gt;</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN>&lt;/div&gt;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><DIV><DIV>On Apr 20, 2006, at 9:32 AM, Pat Ramsey wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">I'm under the impression you need the FN, too. Without that, I don't think the parsers will recognize it. As for not using N, the vcard spec requires it, but hcard implies it with the use of FN.<BR><BR><A href="http://microformats.org/wiki/hcard#Implied_.22n.22_Optimization"> http://microformats.org/wiki/hcard#Implied_.22n.22_Optimization</A><BR><BR>That's my read on it.<BR><BR>Pat<BR><BR><DIV><SPAN class="gmail_quote">On 4/20/06, <B class="gmail_sendername">Chris Messina</B> &lt;<A href="mailto:chris.messina@gmail.com"> chris.messina@gmail.com</A>&gt; wrote:</SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well, actually, I probably am wrong -- could someone point me to the <BR>authoritative rules on whether your proposal is correct? I just always<BR>presumed that you needed FN... Didn't realize that you'd use N if you<BR>split up the name... seems counter-intuitive I guess even if it<BR>follows the standard. <BR><BR>Chris<BR><BR>On 4/20/06, Nick Swan &lt;<A href="mailto:nick.swan@gmail.com">nick.swan@gmail.com</A>&gt; wrote:<BR>&gt;<BR>&gt; Hi all,<BR>&gt; try to write a parser for hcards and came across Chris Messina's.<BR>&gt; <BR>&gt; &lt;a class="url fn" rel="me"<BR>&gt; href="<A href="http://factoryjoe.com/blog">http://factoryjoe.com/blog</A>"&gt;&lt;span<BR>&gt; class="given-name"&gt;Chris&lt;/span&gt; &lt;span <BR>&gt; class="family-name"&gt;Messina&lt;/span&gt;&lt;/a&gt;<BR>&gt;<BR>&gt;<BR>&gt; Now I'm sure he hasn't got his wrong, but I thought it would be:<BR>&gt; &lt;a class="url n" rel="me"<BR> &gt; href="<A href="http://factoryjoe.com/blog">http://factoryjoe.com/blog</A>"&gt;&lt;span<BR>&gt; class="given-name"&gt;Chris&lt;/span&gt; &lt;span<BR>&gt; class="family-name"&gt;Messina&lt;/span&gt;&lt;/a&gt; <BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; or<BR>&gt;<BR>&gt;<BR>&gt; &lt;a class="url fn" rel="me"<BR>&gt; href="<A href="http://factoryjoe.com/blog">http://factoryjoe.com/blog</A>&gt;ChrisMessina&lt;/a&gt; <BR>&gt;<BR>&gt; I thought you only split the name up if the class is given an attribute<BR>&gt; value of n?<BR>&gt;<BR>&gt;<BR>&gt; Cheers<BR>&gt;<BR>&gt; Nick<BR>&gt; _______________________________________________<BR>&gt; microformats-discuss mailing list <BR>&gt; <A href="mailto:microformats-discuss@microformats.org">microformats-discuss@microformats.org</A><BR>&gt; <A href="http://microformats.org/mailman/listinfo/microformats-discuss">http://microformats.org/mailman/listinfo/microformats-discuss </A><BR>&gt;<BR>&gt;<BR>&gt;<BR>_______________________________________________<BR>microformats-discuss mailing list<BR><A href="mailto:microformats-discuss@microformats.org">microformats-discuss@microformats.org</A><BR><A href="http://microformats.org/mailman/listinfo/microformats-discuss"> http://microformats.org/mailman/listinfo/microformats-discuss</A><BR></BLOCKQUOTE></DIV><BR><BR clear="all"><BR>-- <BR>Pat Ramsey<BR><A href="mailto:ramsey.pat@gmail.com">ramsey.pat@gmail.com</A><BR><A href="http://www.southwestern.edu/~ramseyp"> http://www.southwestern.edu/~ramseyp</A><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">microformats-discuss mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:microformats-discuss@microformats.org">microformats-discuss@microformats.org</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://microformats.org/mailman/listinfo/microformats-discuss">http://microformats.org/mailman/listinfo/microformats-discuss</A></DIV> </BLOCKQUOTE></DIV><BR></BODY></HTML>