Paul Tan Hock Lai wrote:
> Hi,
>
> I would like to create a xml-based file to persist the DHCP lease or configuration.
libxml++ is a library to parse xml data and manipulate dom-like
structures. XML itself is a 'meta language' in that it lets you define
domain-specific formats by means of 'document types'. It is up to you
to define your document vocabulary / structure and then implement
(possibly using libxml++) tools to manipulate these data.
Stefan
|