ronald.teo at thomsonreuters.com wrote: > > How do I change views (xml view and wysiwyg)?
I'm not sure to understand your question. --> XXE has no XML source view, just a tree view. --> The ``WYSIWYG view'' is called the styled view. A styled view is specified using a CSS style sheet. See XMLmind XML Editor - Support of Cascading Style Sheets (W3C CSS), http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/index.html See Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification, http://www.w3.org/TR/CSS2/ --> In order to associate a CSS style sheet to a document, we recommend to specify a <css> configuration element in an XXE configuration file. Example: --- <css name="Style sheet" location="example2.css" /> --- See XMLmind XML Editor - Configuration and Deployment, Configuration elements, css, http://www.xmlmind.com/xmleditor/_distrib/doc/configure/css.html We also support the standard <?xml-stylesheet?> processing instruction (see Associating Style Sheets with XML documents Version 1.0, http://www.w3.org/TR/xml-stylesheet) but we do not recommend using it. The <css> configuration element approach is cleaner and easier to maintain. --> Once your document has a styled view. * You can switch from one view to another (e.g. tree view to styled view and the other way round) using the entries found at the bottom of the View menu. See XMLmind XML Editor - Online Help, View menu, http://www.xmlmind.com/xmleditor/_distrib/doc/help/viewMenu.html * You can have several views side-by-side by using: - "View|Add". See XMLmind XML Editor - Online Help, View menu, http://www.xmlmind.com/xmleditor/_distrib/doc/help/viewMenu.html - OR "Options|Preferences", Window section, "Show both tree and styled views". See XMLmind XML Editor - Online Help, The "Preferences" dialog box, Window options, http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.guiutil.PreferencesEditorDialog.html#windowOptions --- PS: Please use the xmleditor-support at xmlmind.com public mailing list rather than xmleditor-info at xmlmind.com as your questions seem not to contain any confidential information and seem to always be of general interest.

