Boost logo

Boost :

From: Daniel Wesslén (wesslen_at_[hidden])
Date: 2004-07-21 05:05:52


zaufi_at_[hidden] wrote:
> Recently I implement some XML related code with the following features:
>
> - currently lightweight general XML classes like xml_node and xml_document.
> they are both uses STL (to hold parent/child releations, content and
> attributres) and (when needs to produce/parse real XML strings) libxml2.
> Sample code:
> [...]

Looks great.

> - XML serialization subsystem -- a set of helpers to convert ANY (almost ;)
> type to XML and back to C/C++ type... sample code may look like this:
> [...]

Also excellent.

> - and finally I have implement a XML RPC like protocol to do remote calls:
> [...]

Don't care much about this myself, but it certainly looks useful and
simple enough.

> All of above used in project I worked on currently, but if it can be
> interested for someone else I can start to boostify this... :)

I am definitely interested. Actually, if you decide not to boostify it
(though I certainly hope you do), would you consider making it available
some other way?

--
Daniel

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk