If you wanted to implement it you could reference the DLL in your project and instantiate a configuration object which has methods and constructors to easily create a config. The configuration object is also serialisable so you can write out your object as XML.
Dynamically Generating feeds.config
Is this possible?
I would like to dynamically generate the list of URLs based on the nodes in my Umbraco tree.
Perhaps something could be changed so that instead of looking for feeds.config it pulls a page from the site?
Great package - finding it really useful! Thanks!
Hi, possible.
If you wanted to implement it you could reference the DLL in your project and instantiate a configuration object which has methods and constructors to easily create a config. The configuration object is also serialisable so you can write out your object as XML.
is working on a reply...