[boost] RE: an XML API in boost
by Vladimir Prus other posts by this author
May 30 2003 5:24AM messages near this date
RE: [boost] an XML API in boost
|
Re: [boost] RE: an XML API in boost
Aleksey Chernoraenko wrote:
> > I wrote a C++ wrapper library around libxml2 (http://xmlsoft.org/),
> > and would like to submit it to boost. It currently provides a DOM-like
> > and a SAX-like interface, is parametrized for the (possibly unicode
> > enabled) string type, and has already proven its value for my own
> > projects.
>
> What is wrong with Xerces-C++ library
> (http://xml.apache.org/xerces-c/index.html) ?
Probably, the fact that its tarball is comparable in size to the entire
Boost? Another thing is that it's not a big friend of C++ standard library.
For example, it does not use std::string, but its own XMLString class.
Going back to original post, I wonder how the proposed library differers
from http://gmetadom.sourceforge.net/, which is wrapper on gdome, which is
wrapper on libxml.
As another implementation worth checking out, I can recommend
CenterPoint/XML (http://www.cpointc.com/XML/). This one is small, and is
quite nice, IMO. If my colleagues can ever be persuaded to move away from
home-grown hierarchical format with home-grown API to something somre
standard, I'll propose this library first. The only problem with it that
there's no XPath support.
HTH,
Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Aleksey Chernoraenko
Vladimir Prus
Stefan Seefeld
|