ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


xmlversion.h

Includes:

Introduction



#defines


LIBXML_DOTTED_VERSION


#define LIBXML_DOTTED_VERSION "2.6.16" 
Discussion

LIBXML_DOTTED_VERSION:

the version string like "1.2.3"


LIBXML_TEST_VERSION


#define LIBXML_TEST_VERSION xmlCheckVersion(
    20616); 
Discussion

LIBXML_TEST_VERSION:

Macro to check that the libxml version in use is compatible with the version the software has been compiled against


LIBXML_VERSION


#define LIBXML_VERSION 20616 
Discussion

LIBXML_VERSION:

the version number: 1.2.3 value is 1002003


LIBXML_VERSION_EXTRA


#define LIBXML_VERSION_EXTRA "" 
Discussion

LIBXML_VERSION_EXTRA:

extra version information, used to show a CVS compilation


LIBXML_VERSION_STRING


#define LIBXML_VERSION_STRING "20616" 
Discussion

LIBXML_VERSION_STRING:

the version number string, 1.2.3 value is "1002003"


WITH_TRIO


#define WITH_TRIO 
Discussion

WITH_TRIO:

defined if the trio support need to be configured in


WITH_TRIO


#define WITH_TRIO 1 
Discussion

WITH_TRIO:

defined if the trio support need to be configured in


WITHOUT_TRIO


#define WITHOUT_TRIO 
Discussion

WITHOUT_TRIO:

defined if the trio support should not be configured in

Last Updated: 2006-06-20