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