*** xmlschemas.corig Thu Apr 1 11:04:44 2004 --- xmlschemas.c Thu Apr 1 11:04:55 2004 *************** *** 1492,1498 **** if (val == NULL) return (NULL); ! if (!strchr(val, ':')) { ns = xmlSearchNs(node->doc, node, 0); if (ns) { *namespace = xmlDictLookup(ctxt->dict, ns->href, -1); --- 1492,1498 ---- if (val == NULL) return (NULL); ! if (!strchr((char *)val, ':')) { ns = xmlSearchNs(node->doc, node, 0); if (ns) { *namespace = xmlDictLookup(ctxt->dict, ns->href, -1);