XML Editor - wrong formatting of mixed content types [message #188039] |
Thu, 15 February 2007 13:47 |
Eclipse User |
|
|
|
Originally posted by: user.domain.invalid
Hi,
I'm using a recent (I did this one week ago) eclipse installation on XP
with the "out of the box" configuration.
unformatted xml:
----------------
<?xml version="1.0" encoding="UTF-8"?>
<html>
<body>
<p>
Please preserve the trailing<strong>dot</strong>.
</p>
</body>
</html>
formatted xml:
--------------
<?xml version="1.0" encoding="UTF-8"?>
<html>
<body>
<p>
Please preserve the trailing
<strong>dot</strong>
.
</p>
</body>
</html>
Obviously this is not wanted. It should be:
better formatted xml:
---------------------
<?xml version="1.0" encoding="UTF-8"?>
<html>
<body>
<p>
Please preserve the trailing
<strong>dot</strong>.
</p>
</body>
</html>
Any suggestion where to configure the xml formatter properly? Any work
around, if not?
Thanks in advance
--
Stefan
|
|
|
Powered by
FUDForum. Page generated in 0.03770 seconds