Re: [boost] New XML library

On Tue, 09 Dec 2008 22:05:55 +0100, Themis Vassiliadis <tvassiliadis_at_[hidden]> wrote:
Hi,
I have been working in a C++ library like Apache Digester (http://commons.apache.org/digester). I'm intending to convert it following boost policies described in Requirements and Guidelines.
What are the chances of it become a Boost library ?
Is your digester a XML library or built on top of a XML library?
Boris
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 ? Regards, -- Themis Vassiliadis

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.

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

Mathias Gaunard 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.
Actually, I already wrote a C++ XML library on top of libxml2, and unformally submitted it to boost. Due to a lack of time I'm unable to prepare a formal submission. However, the library is part of the sandbox at https://svn.boost.org/trac/boost/browser/sandbox/xml. I'd very much welcome any help in getting that up to speed, so it could undergo a formal submission / review process. Regards, Stefan -- ...ich hab' noch einen Koffer in Berlin...
participants (3)
-
Mathias Gaunard
-
Stefan Seefeld
-
Themis Vassiliadis