Menu

#7 splitted config file

open
nobody
None
5
2004-09-09
2004-09-09
No

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>

Discussion


Log in to post a comment.