If this is a sample XML::
<root>
<tag1>data
data
data</tag1>
<tag2>
</tag2>
<tag3> </tag3>
</root>
This file is viewed differently in different browsers and XML viewer/editors,
some viewers display 1st <tag/> element as <tag>data data data</tag> some display as is,
Some viewers, treat new line as nbsp(space) and some treat space and new line as null,
What is the standard approach for this white-space issue?