xmlapi: XML manipulation library

[ download ] [ xml source ] [ discussion ]

This is another spinoff of the open-source workflow toolkit. expat is great for parsing XML files -- but what do you do with them once parsed? For the wftk and for other projects, I needed a flexible set of functions which could load an XML data structure into memory and then do things to it. This library is the result.

(08/11/00) One of the things I did to it was to write the XMLCGI interface to CGI. It takes all the salient information about the current CGI environment and sticks it into an XMLAPI structure. Makes it easy to do CGI in C. At least for me.