c
if (content->c1 != NULL && (content->c1->type == XML_ELEMENT_CONTENT_OR)) {
    // Proceed with operations
}
