It would not be too difficult for you to create a function to do this if you
really wanted to implement it.
All you would need to do is read the initial XML and "include" the other XML
files when you process the individual <import> nodes.
But it seems like a lot of work for something that does not really need it.
Or you could use ColdSprings built in MapFactory or ListFactory beans, they
return a "bean" that is either a struct or an array, this uses ColdSpring to
manage the configuration.
Those can be imported dynamical by ColdSpring, and they could also be
called separate from the entire coldspring.xml.
<beans>
<bean id="config" class="coldspring.beans.factory.config.MapFactoryBean">
<property name="SourceMap">
<map>
<entry key="dsn">
<value>mydsn</value>
</entry>
<entry key="dsnAdmin">
<value>mydsnadmin</value>
</entry>
</map>
</property>
</bean>
</beans>
/Kevin Pepperman
--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.