Table of Contents
A sample customization of the stock DocBook configuration is available in
, XXE_install_dir
/doc/configure/samples2/mydocbook.xxemydocbook.css
, mydocbook_icons/
, mydocbook.xsl
.
If you want to experiment with this customization, create directory mydocbook/
in
and copy XXE_user_preferences_dir
/addon/mydocbook.xxe
, mydocbook.css
, mydocbook_icons/
, mydocbook.xsl
to
(XXE_user_preferences_dir
/addon/mydocbook/XXE_user_preferences_dir
is $HOME/.xxe/
on Unix and
on Windows).%SystemDrive%
\Documents and Settings\%USERNAME%
\Application Data\XMLmind\XMLeditor\
The name of subdirectory mydocbook/
is not important. Creating a subdirectory is even not mandatory. It just makes it easier to delete the custom configuration.
Then restart XXE.
If you want to deploy this customization for all the XXE users on your machine, create directory mydocbook/
in
and copy XXE_install_dir
/addon/mydocbook.xxe
, mydocbook.css
, mydocbook_icons/
, mydocbook.xsl
to
.XXE_install_dir
/addon/mydocbook/
Then rename mydocbook.xxe
to 0mydocbook.xxe
.
When XXE finds several configurations having the same name and when these configurations have the same priority, XXE loads the configuration having a file basename which lexicographically precedes the others. More information about this in next chapter.
Stock docbook.xxe
is named "DocBook
" and custom mydocbook.xxe
is also named "DocBook
".
Stock docbook.xxe
and custom mydocbook.xxe
being located in a subdirectory of
are both system configurations. They have the same priority.XXE_install_dir
/addon/
docbook.xxe
precedes mydocbook.xxe
but 0mydocbook.xxe
precedes docbook.xxe
.
Renaming mydocbook.xxe
to 0mydocbook.xxe
when mydocbook.xxe
is created in
is not needed because user configurations have priority over system configurations.XXE_user_preferences_dir
/addon/mydocbook/
Then restart XXE.