Subject Re: [IB-Architect] Database names
Author Glebas Paulevicius
At 05:22 PM 5/1/00 -0700, Bill Karwin wrote:
>
>I'm interested in writing the infrastructure for this enhanced isc_config
>API. I've done a similar thing before, for the xconfig file parser of an
>X11R4 server.

Just in case if my assistance is needed, I have done similar job writing
XmlElement C++ class employing James Clark's expat XML parser for C language.
Expat is used in Netscape and advertised as fastest XML parser available.
http://www.jclarck.com/xml/expat.html

Glebas