<div>So should i be able to copy and paste this into the Live clipboard demo:</div>
<div>&nbsp;</div>
<div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;&lt;liveclipboard version=&quot;0.91&quot; xmlns:lc=&quot;<a href="http://www.microsoft.com/schemas/liveclipboard%22%3E%3Clc:data%3E%3Clc:format">http://www.microsoft.com/schemas/liveclipboard&quot;&gt;&lt;lc:data&gt;&lt;lc:format
</a> type=&quot;vcard&quot; contenttype=&quot;application/xhtml+xml&quot;&gt;&lt;lc:item&gt;&lt;![CDATA[&lt;DIV class=&quot;vcard&quot;&gt;&lt;A class=&quot;url fn&quot; href=&quot;<a href="http://weblog.vb-tech.com/nick&quot;&gt;Nick Swan&lt;/A">
http://weblog.vb-tech.com/nick&quot;&gt;Nick Swan&lt;/A</a>&gt;&lt;DIV class=&quot;org&quot;&gt;Dot Net Solutions&lt;/DIV&gt;&lt;DIV class=&quot;adr&quot;&gt;&lt;DIV class=&quot;street-address&quot;&gt;Sheet Street&lt;/DIV&gt;&lt;SPAN class=&quot;locality&quot;&gt;Windsor&lt;/SPAN&gt; &lt;SPAN class=&quot;postal-code&quot;&gt;SL4&lt;/SPAN&gt; &lt;/DIV&gt;&lt;DIV class=&quot;tel&quot;&gt;07866 567042&lt;/DIV&gt;&lt;/DIV&gt;]]&gt;&lt;/lc:item&gt;&lt;/lc:format&gt;&lt;/lc:data&gt;&lt;/liveclipboard&gt;
<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/6/06, <b class="gmail_sendername">Ryan King</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ryan@technorati.com" target="_blank">ryan@technorati.com</a>&gt; wrote:
</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Apr 5, 2006, at 3:59 PM, Nick Swan wrote:<br><br>&gt; Hi all,<br>&gt;<br>&gt; noobie hcard question here! Sorry!!! 
<br>&gt;<br>&gt; So I have my hcard I have created :<br>&gt;<br>&gt; &lt;div class=&quot;vcard&quot;&gt;<br>&gt;&nbsp;&nbsp;&lt;a class=&quot;url fn&quot; href=&quot;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://weblog.vb-tech.com/nick" target="_blank">
http://weblog.vb-tech.com/nick </a>&quot;&gt;Nick Swan&lt;/a&gt;<br>&gt;&nbsp;&nbsp;&lt;div class=&quot;org&quot;&gt;Dot Net Solutions&lt;/div&gt;<br>&gt;&nbsp;&nbsp;&lt;div class=&quot;adr&quot;&gt;<br>&gt;&nbsp;&nbsp; &lt;div class=&quot;street-address&quot;&gt;Sheet Street&lt;/div&gt; 
<br>&gt;&nbsp;&nbsp; &lt;span class=&quot;locality&quot;&gt;Windsor&lt;/span&gt;,<br>&gt;&nbsp;&nbsp; &lt;span class=&quot;region&quot;&gt;Berks&lt;/span&gt;<br>&gt;&nbsp;&nbsp; &lt;span class=&quot;postal-code&quot;&gt;SL4&lt;/span&gt;<br>&gt;&nbsp;&nbsp;&lt;/div&gt; 
<br>&gt;&nbsp;&nbsp;&lt;div class=&quot;tel&quot;&gt;07866 567042&lt;/div&gt;<br>&gt; &lt;/div&gt;<br>&gt;<br>&gt; and I want to paste it into Ray Ozzies Live Clipboard demo.<br>&gt;<br>&gt; I can't though because the demo splits names up completely 
<br>&gt; differently ie:<br>&gt; &lt;div class=&quot;n&quot;&gt;<br>&gt;&nbsp;&nbsp; &lt;span class=&quot;given-name&quot;&gt;Nick&lt;/span&gt;<br>&gt;&nbsp;&nbsp; &lt;span class=&quot;family-name&quot;&gt;Swan&lt;/span&gt;<br>&gt; &lt;/div&gt; 
<br>&gt;<br>&gt; For me to consume hcards this is ok as I can parse them many<br>&gt; different ways to see which one works, but how am I supposed to<br>&gt; know which format to copy the data in to be able to paste it<br>
&gt; somewhere else?<br>&gt;<br>&gt; I though the idea of hcard was to come up with a standard format?<br><br>It is, don't worry. :D<br><br>What you're encountering here is the implied-n-optimization [http://<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://microformats.org/wiki/hcard#Implied_.22n.22_Optimization" target="_blank">
microformats.org/wiki/hcard#Implied_.22n.22_Optimization</a>]. In the<br>First example, you're using the optimization to express n (the<br>structured name). In the last example, the structure of n is<br>expressed explicitly. 
<br><br>Either method should work with a proper hcard parser.<br><br>/me goes back to writing hcard test cases. :D<br><br>-ryan<br>--<br>Ryan King<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ryan@technorati.com" target="_blank">
ryan@technorati.com</a><br><br>_______________________________________________ <br>microformats-discuss mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:microformats-discuss@microformats.org" target="_blank">
microformats-discuss@microformats.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://microformats.org/mailman/listinfo/microformats-discuss" target="_blank">http://microformats.org/mailman/listinfo/microformats-discuss 
</a><br></blockquote></div><br>