Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » XML Editor - wrong formatting of mixed content types
XML Editor - wrong formatting of mixed content types [message #188039] Thu, 15 February 2007 13:47
Eclipse UserFriend
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
Previous Topic:Help: Deploy simple WS to Weblogic 8.1 gets "AXIS Error Could not generate WSDL"
Next Topic:problems with Axis deployment
Goto Forum:
  


Current Time: Thu Apr 25 17:14:44 GMT 2024

Powered by FUDForum. Page generated in 0.02438 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top