
zaufi@sendmail.ru 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