Matthew Cooper wrote: > > Thank you for your prompt response to my email earlier today. I have a > couple of other questions on XMLmind Editor Professional v2.11: > > 1) Is it possible to enforce XMLmind to open in 'Both Tree and Styled > Views' mode whenever the user starts the application?
You'll have to upgrade to V3+. * Simple method: Options|Options, Window section, "Show both tree and styled views" toggle. http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.dialog.PreferencesEditorDialog.html#windowOptions * Sophisticated method: specify a windowLayout configuration element. http://www.xmlmind.com/xmleditor/_distrib/doc/configure/windowLayout.html Example: --- <windowLayout> <left /> <!--no css attribute==>tree view--> <top css="Document structure" /> <center css="DocBook" /> </windowLayout> --- > 2) When I try to use the right-click mouse button options menu within > the Attributes Tab, the pop-up menu is not displayed. This means that I > cannot use the right mouse button to cut, copy, paste, undo, redo, etc > on the attribute values. As of V3.4, the pop-menu of the Attribute tool allows to copy, cut, paste, delete attribute values. (Useful to paste in @href an URL copied from a Web browser!) In order to undo or redo an attribute change *or* *any* *other* *operation*, you have to use the Edit pop-up menu, displayed after a right-click in the document view. > Is it possible to enable this option? No.

