Index: parserInternals.c =================================================================== RCS file: /cvs/gnome/gnome-xml/parserInternals.c,v retrieving revision 1.85 diff -c -r1.85 parserInternals.c *** parserInternals.c 14 Sep 2003 19:56:12 -0000 1.85 --- parserInternals.c 17 Sep 2003 18:04:17 -0000 *************** *** 2167,2173 **** return(NULL); } ! inputStream->filename = (const char *) URI; inputStream->directory = directory; inputStream->buf = buf; --- 2167,2173 ---- return(NULL); } ! inputStream->filename = (char *) xmlCanonicPath((const xmlChar *) URI); inputStream->directory = directory; inputStream->buf = buf;