<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>
<value> Michael </value><value> Kaply<br>
<br>
<br>
<br>
</value><br>
<br>
It would end up as:<br>
<br>
<>Michael Kaply<><br>
<br>
Note that<br>
<br>
<value> Michael</value><value>Kaply </value><br>
<br>
would be<br>
<br>
<>MichaelKaply<><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>