Use xml_parse(path) to parse the whole xml. Use xml_getnode(xml, node_name) to get the first node with the name you inputed. bool xml_hasproperty(node *n, const char *key); Check if a property is ...