
< 	    if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
---
> 	    if (content->c1 == NULL) return;
> 	    if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
