devfeel/dotweb

Suggest to add XML operation interface

0123cf opened this issue · 1 comments

=-=

now you can use config.Config.IncludeConfigSet load xml\json\yaml config file
but, config file must like this:

<?xml version="1.0" encoding="UTF-8"?>
<config>
    <set key="set1" value="1" />
    <set key="set2" value="2" />
    <set key="set3" value="3" />
    <set key="set4" value="4" />
</config>