i have seen some where feature request for splitting
large maverick.config files into smaller pieces...
i have solved this request with standard xml features.
example:
(maverick.config)
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE maverick [
<!ENTITY test_include SYSTEM "config-
xml/test.config" >
]>
<maverick version="2.0" default-view-type="document"
default-transform-type="document">
<commands>
&test_include;
</commands>
</maverick>
(config-xml/test.config):
<command name="test-command">
<view name="success" path="welcome.aspx" />
</command>