4.1. The attributes of layout

label

Specifies a (desktop) name for the XML editor application.

icon

Specifies an (desktop) icon for the XML editor application. This URI may be resolved using XML catalogs.

width, height

Specify the initial size in pixels of the XML editor application. The position and size of the main window of XMLmind XML Editor are saved in XXE_user_preferences_dir/preferences.properties. Therefore, these attributes are only used the very first time XXE is started.

Example:

<layout label="Document Editor" icon="docedit.png">
  <insert />
</layout>