Re: [libxml++] Libxml++ and Glib



> Hello,
>
> I am developing C++ XML-RPC library using libxml++
> (http://libiqxmlrpc.sourceforge.net). I used libxml++ 1.0 till this
> time. Now I need support for non-ASCII characters in my library. If I
> understand right libxml++ implements it in 2.x versions by using
> glib::ustring.
>
> Please tell me if there is any way to use glib::ustring without usage of
> an entire glibmm library? It is highly undesireable for me to increase
> library's
> dependencies due to glibmm and so on.
>
> May be someone have an experience of cutting ustring from glibmm?

At the moment, glibmm is not split up into separate shared libraries,
though glib is. But that would be quite easy to do, and I would accept a
glibmm patch for some future ABI-breaking version of glibmm.

However, why is this so very necessary for you? Are you developing an
embedded system?

Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]