Mark Derricutt wrote: > I noticed the XML files XXE saves are very messy looking XML documents, > with elements being broken onto two lines, is there anyway to get XXE to > save the XML in a nicely indented manner?
By default, XML documents constrained by a DTD or a XML-Schema are saved indented. Check this in the Options dialog box: use Options|Options, Save tab. Currently, XXE cannot save XML documents which are not constrained by a DTD or a XML-Schema to an indented XML file. Simply because trying to do so could add white space to elements where white space is meaningful.

