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
solved C++ program error Libxml2 [duplicate]
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
solved C++ program error Libxml2 [duplicate]