The XML library provides the following variables.

Variables

Variable Description
int DBG_XML_API If set to a value other than 0, a log message will be output when the API of the XML library is called.
int DBG_XML_PARSER If set to a value other than 0, detailed log messages about parsing XML documents will be output. It can be used to find out why the XML_CreateXmlObject function fails to parse an XML document.
int DBG_XML_DETAIL If set to a value other than 0, log messages about other internal operations of the XML library will be output.

See also

Last updated: 2021/09/24