Hi,

I'd like to provide some module code which converts given data
structures (e.g.: output of system commands like "ip addr list",
ifconfig, dmidecode and config files e.g. nagios config, 
/etc/(passwd|group|shadow) to XML.
I also have a module allowing for application config files to 
be written in XML.

So I thought of:
        XML::Import::NagiosCfg
        XML::Import::IPAL
        XML::Import::DMIdecode
        XML::Import::Passwd
        XML::Import::Group
        XML::Import::Shadow
and 
        XML::Application::Config

As there are to come more XML import filters with time
I'd add them into the namespace hierarchy using 
the XML::Import:: prefix.

Comments?

-- 
Christian Recktenwald
module-authors-cont...@citecs.de

Reply via email to