displaying XML in internet explorer browser
843834Apr 27 2005 — edited Apr 28 2005I get an xml file from the server which I display it in a browser(internet explorer 6.0). The problem is that in the xml tag elements value the leading and trailing spaces are being truncated. I believe this is being done by the browser.
Example: If my data is <abc>..... xyz...... <abc> {assume the dots(.) as spaces since the spaces are being truncated in the forum}
It is being displayed as <abc>xyz<abc>
Is there any browser setting that need to be changed to show the spaces?
Thanks in advance