Hi,
I would like to know if there are any C++ wrapper using libxml++.
I am looking for some XML-based configuration software that can perform =
configuration-specific :
<config>
<name>Paul</name>
<email>paul@com</email>
<iface>
<ipaddr>172.16.3.111</ipaddr>
<nic>wlan-802.11<nic>
</iface>
<iface>
<ipaddr>192.168.2.1</ipaddr>
<nic>ether<nic>
</iface>
</config>
Thanks.
Cheers,
Paul
|