DTD_ELEM_DEVICE
if (xmlStrcmp(node->name, DTD_ELEM_DEVICE) != 0)
if (xmlStrcmp(cur->name, DTD_ELEM_DEVICE))
newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_DEVICE, NULL);
if (xmlStrcmp(cur->name, DTD_ELEM_DEVICE))
return (DTD_ELEM_DEVICE);
if (!xmlStrcmp(cur->name, DTD_ELEM_DEVICE))