Index: parser.c =================================================================== RCS file: /cvs/gnome/gnome-xml/parser.c,v retrieving revision 1.362 diff -u -r1.362 parser.c --- parser.c 25 Feb 2004 10:44:29 -0000 1.362 +++ parser.c 10 Mar 2004 16:11:29 -0000 @@ -7320,6 +7322,7 @@ if (nsPush(ctxt, attname, URL) > 0) nbNs++; if (alloc != 0) xmlFree(attvalue); SKIP_BLANKS; + if (ctxt->input->base != base) goto base_changed; continue; }