Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

displaying XML in internet explorer browser

843834Apr 27 2005 — edited Apr 28 2005
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2005
Added on Apr 27 2005
7 comments
310 views