xml_root         3835 lib/common/xml.c xml_has_children(const xmlNode * xml_root)
xml_root         3837 lib/common/xml.c     if (xml_root != NULL && xml_root->children != NULL) {