HVCC V1 backwards compatibility with HVCC V2 XML files
In HealthVault V2, we are allowing whitespaces and newlines. However V1 of HealthVault Connection Center will not be able to handle the whitespaces and newlines. For example, (e.g., <hello>This is my text</hello> must be used instead of
<hello>
this is my text
</hello>