Fair enough. I keep a number of editors configured for my CMS so that I can open a document in either "WYSIGYG" mode or a text editor; when opening large documents to make small changes, it is often much faster to just open the doc in a text editor to prevent it from rendering the CSS, resolving all the xincludes, images, etc.
Somewhere post-5.9, it would be nice if the Preferences section included a setting for "Open XML Source as Default View" Cheers, Jeff. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Hussein Shafie Sent: Friday, April 04, 2014 12:24 AM To: Jeff Hooker; '[email protected]' Subject: Re: [XXE] XML Source by default? On 04/04/2014 02:27 AM, Jeff Hooker wrote: > > Is it possible to make the "XML source" view the default view for > opening specific configurations? > No, this is currently not possible. If the "XML source" view were a real view of a document like the tree view or the styled view, then what you want would have been quite easy. For example, what follows forces XXE to display the tree view rather than the view styled using "styles.css". --- <css location="" name="-" alternate="false" /> <css location="styles.css" name="Styles" alternate="true" /> --- ( More information in http://www.xmlmind.com/xmleditor/_distrib/doc/configure/css.html ) In fact, the "XML source" view is just a coder's editor embedded in a document view tab and implementing element, attribute and attribute value autocompletion. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

