- From: Greg Stein <gstein@lyra.org>
- Date: Tue, 24 Nov 1998 18:25:45 -0800
- To: slothman@amurgsval.org
- CC: w3c-dist-auth@w3.org
> From: Max Rible [mailto:slothman@amurgsval.org] > Sent: Thursday, November 19, 1998 8:27 PM > To: w3c-dist-auth@w3.org > Subject: [Moderator Action] C/C++ implementations of XML? > > I'm in the process of putting together a WebDAV implementation for > the next version of Glyphica's InfoPortal software, and have been > hunting the Web for XML implementations for C and C++ to evaluate. I've > found plenty for Java, but the only C/C++ implementations that > I've discovered are expat (at http://www.jclark.com/xml/expat.html ) > and LT XML ( http://www.ltg.ed.ac.uk/software/xml/ ), neither of which > explicitly deal in namespaces. Are there any other implementations out > there? In mod_dav, I use the Expat parser and do some simple processing in the "start handler" to deal with namespaces. It is actually pretty simple to do. Feel free to download the mod_dav source (from http://www.lyra.org/greg/mod_dav/) and look into the dav_xmlparse.c file. The code deals with the scoping of namespaces, default namespaces, overrides, etc. Cheers, -g -- Greg Stein, http://www.lyra.org/
Received on Tuesday, 24 November 1998 21:23:36 UTC