On Mon, 2008-06-23 at 16:22 -0400, José Alburquerque wrote: > There are a few GStreamer functions that accept or return libxml types > (e.g. xmlNodePtr and xmlDocPtr). I'm thinking of including libxml++ as > a build dependency for gstreamermm.
I generally avoid doing that because functions that take xmlNodePtr are generally not very useful, so I just don't wrap them. If you need it for a real world example then we could reconsider. > I'm wondering, Is it possible to > wrap, for example, an xmlNodePtr (that is returned from a C function) > with a libxml++ xmlpp::Node? Also, how can I find out the minimum > version requirements that should be used for libxml++ if it is included > as library dependency? Thanks. -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
