How to prevent loosing line breaks in XML file word2003

M

minesota

I have a xml file, which I open with word 2003.
But after that the line breaks in the xml tags are supressed by html <span>
tags.
Is there a way to avoid this?
XML file
<?xml version="1.0" encoding="WINDOWS-1252" standalone="yes"?>
<TEST xmlns="http://www.fff/test">
<Sender>
<Bearbeiter>me</Bearbeiter>
<Abteilung>Football</Abteilung>
<Firma>National
sports</Firma>

in Word2003:

<Sender>
<Bearbeiter>me</Bearbeiter>
<Abteilung>Football</Abteilung>
<Firma>National sports</Firma>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top