On 9/23/06, Rob Laveaux <[EMAIL PROTECTED]> wrote: > Is there a function to get the libxml version being used? > > I'm aware of the macro LIBXML_DOTTED_VERSION. But this gives me the > version at compile time, while I need the version used at runtime > (since I"m using a DLL).
Seems like you interested in the some of those: o xmlParserVesrion -- macro or variable (depends on whether multithreading support enabled) o xmlCheckVersion() and its convenience macro LIBXML_CHECK_VERSION o xmlHasFeature() -- Andrew W. Nosenko <[EMAIL PROTECTED]> _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
