I think having the capability of splitting the config file into multiple xml files and then assembling them through an <import> element, would be nice Lets say a.xml and b.xml have some configuration, then c.xml could do the following:
<import file='a.xml'/> <import file='b.xml/> .... configuration of the rest of c.xml goes here Not sure if the above is feasible, but seems like a nice and well known way of giving an option to the user to split the configuration in chunks. -- Karan Singh Malhi twitter.com/KaranSinghMalhi
