*** xmlschemas.c 2008-02-12 14:48:50.693513248 -0800 --- xmlschemasfix.c 2008-02-12 14:51:18.821994296 -0800 *************** externalSubsetSplit(void *ctx, const xml *** 28108,28115 **** { xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; if ((ctxt != NULL) && (ctxt->user_sax != NULL) && ! (ctxt->user_sax->internalSubset != NULL)) ! ctxt->user_sax->internalSubset(ctxt->user_data, name, ExternalID, SystemID); } --- 28108,28115 ---- { xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx; if ((ctxt != NULL) && (ctxt->user_sax != NULL) && ! (ctxt->user_sax->externalSubset != NULL)) ! ctxt->user_sax->externalSubset(ctxt->user_data, name, ExternalID, SystemID); }