[ad_1]
As the error says: structure xmlNode has no member “d”. If you want to compare the content of the node, use the member “content”:
xmlStrcmp(cur->content, (const xmlChar *)"d"))
2
[ad_2]
solved C++ program error Libxml2 [duplicate]
[ad_1]
As the error says: structure xmlNode has no member “d”. If you want to compare the content of the node, use the member “content”:
xmlStrcmp(cur->content, (const xmlChar *)"d"))
2
[ad_2]
solved C++ program error Libxml2 [duplicate]