A. Command line options

xxe [-putpref key value]* [-delpref key]* [file_or_URL_to_be_opened]*
-putpref key value

Adds 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 XXE_user_preferences_dir/preferences.properties and is normally modified using the Options dialog box.

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

Note

XXE user preferences directory is:

  • $HOME/.xxe/ on Unix,

  • %SystemDrive%\Documents and Settings\%USERNAME%\Application Data\XMLmind\XMLeditor\ on Windows 2000/XP,

  • %SystemDrive%\winnt\Profiles\%USERNAME%\Application Data\XMLmind\XMLeditor\ on Windows NT.

-delpref key

Removes preference specified by key from the set of the user's preferences.