On Wed, Oct 26, 2005 at 05:03:02AM -0400, Daniel Veillard wrote: > > filename == NULL must be tested first to make a separate __xmlLoaderErr > call. > > if (filename == NULL) > __xmlLoaderErr(ctxt, > "failed to load external entity: NULL filename \n", > NULL); > else > __xmlLoaderErr(ctxt, "failed to load external entity \"%s\"\n", > (const char *) filename); > > I commited this in CVS, could you double check it fixes the problem and that > no other similar error shows up ?
It fixed the problem. Thanks. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
