xxe [-putprefkeyvalue]* [-putprefsproperty_file_or_URL]* [-delprefkey]* ( [file_or_URL_to_be_opened]* | -last )
First file_or_URL_to_be_opened may be preceded by -open or -print, which are ignored. This may be useful when XXE is started by Java™ Web Start. Example: "javaws http://www.acme.com/xxe/xxe.jnlp -open /docs/doc.xml".
key valueAdds or replace preference specified by key/value to the set of the user's preferences.
The set of the user's preferences is stored in and is normally modified using the Preferences dialog box.XXE_user_preferences_dir/preferences.properties
The description of each option includes a short description of the corresponding preference key. For example, in the case of the Encoding option, the preference key is encoding. Example:
xxe -putpref encoding Windows-1252
XXE user preferences directory is:
on Linux.$HOME/.xxe4/
on the Mac.$HOME/Library/Application Support/XMLmind/XMLEditor4/
on Windows 2000, XP, Vista.%APPDATA%\XMLmind\XMLEditor4\
Example: C:\Documents and Settings\john\Application Data\XMLmind\XMLEditor4\ on Windows 2000 and XP. C:\Users\john\AppData\Roaming\XMLmind\XMLEditor4\ on Windows Vista.
property_file_or_URLSimilar to -putpref except that several key/value pairs may be read from specified property file. Example:
xxe -putprefs /etc/xxe/preferences.properties
keyRemoves preference specified by key from the set of the user's preferences.
Forces XXE to reopen the last document opened during the preceding editing session. Note that this option cannot be used when one or more file_or_URL_to_be_openeds have been specified.
See also the "Automatically reopen last opened document" option for a handy alternative.