
<     if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
---
>     if (content->c1) {
>         if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
>     } else {
>         // handle the case where content->c1 is NULL
>     }
