Introduction
#defines
#define LIBXML_DOTTED_VERSION "2.6.16"
Discussion
LIBXML_DOTTED_VERSION:
the version string like "1.2.3"
#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
#define LIBXML_VERSION 20616
Discussion
LIBXML_VERSION:
the version number: 1.2.3 value is 1002003
#define LIBXML_VERSION_EXTRA ""
Discussion
LIBXML_VERSION_EXTRA:
extra version information, used to show a CVS compilation
#define LIBXML_VERSION_STRING "20616"
Discussion
LIBXML_VERSION_STRING:
the version number string, 1.2.3 value is "1002003"
#define WITH_TRIO
Discussion
WITH_TRIO:
defined if the trio support need to be configured in
#define WITH_TRIO 1
Discussion
WITH_TRIO:
defined if the trio support need to be configured in
#define WITHOUT_TRIO
Discussion
WITHOUT_TRIO:
defined if the trio support should not be configured in
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20