Macro LIBXML_EXPR_ENABLED
#define LIBXML_EXPR_ENABLED;
Whether the formal expressions interfaces are compiled in This code is unused and disabled unconditionally for now.
Macro LIBXML_TEST_VERSION
#define LIBXML_TEST_VERSION;
Macro to check that the libxml version in use is compatible with the version the software has been compiled against
Macro LIBXML_TREE_ENABLED
#define LIBXML_TREE_ENABLED;
Whether the DOM like tree manipulation API support is configured in
Macro WITHOUT_TRIO
#define WITHOUT_TRIO;
defined if the trio support should not be configured in
#define WITH_TRIO;
defined if the trio support need to be configured in
Macro XML_DEPRECATED
#define XML_DEPRECATED;
Macro used to indicate that a function, variable, type or struct member is deprecated.
xmlCheckVersion ()
void xmlCheckVersion (int version)
check the compiled lib version against the include one. This can warn or immediately kill the application
| version: |
the include version number |