
On Tue, Dec 16, 2008 at 5:56 PM, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
Themis Vassiliadis wrote:
I have made something really basic to parse xml. I have just started but if I could use XERCES I would save a lot of time. Boost's polices accept it ?
Yes. You may even use libxml.
What matters really is the C++ interface you're gonna provide.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I think libxml solve my problem. I'm working on a library like java digester (http://commons.apache.org/digester/). This library will be used in a major internal project. I'm intending to submit it and pray to be accepted on boost library. Thanks a lot. -- Themis Vassiliadis