<html><body>
<p>Do we want to do a final collapsing of whitespace after everything is concatenated?<br>
<br>
Like if the values are:<br>
<br>
&lt;value&gt;                       Michael                      &lt;/value&gt;&lt;value&gt;                         Kaply<br>
<br>
<br>
<br>
&lt;/value&gt;<br>
<br>
It would end up as:<br>
<br>
&lt;&gt;Michael Kaply&lt;&gt;<br>
<br>
Note that<br>
<br>
&lt;value&gt;                       Michael&lt;/value&gt;&lt;value&gt;Kaply       &lt;/value&gt;<br>
<br>
would be<br>
<br>
&lt;&gt;MichaelKaply&lt;&gt;<br>
<br>
Because there is no whitespace between Michael and Kaply<br>
<br>
This would be similar to how we clean up whitespace in other properties.<br>
<br>
Michael Kaply<br>
Firefox Advocate<br>
mkaply@us.ibm.com<br>
<a href="http://www.kaply.com/weblog/">http://www.kaply.com/weblog/</a> (External Blog)<br>
<a href="http://blogs.tap.ibm.com/weblogs/page/mkaply@us.ibm.com">http://blogs.tap.ibm.com/weblogs/page/mkaply@us.ibm.com</a> (Internal Blog)</body></html>