From 0c1d871e4c5e46a2945cccb2ce765f9be2fe01fb Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sun, 1 Mar 2009 10:54:34 +0100 Subject: Import upstream version 2.7.1 --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.c') diff --git a/parser.c b/parser.c index 42b2852..9876a46 100644 --- a/parser.c +++ b/parser.c @@ -8694,7 +8694,7 @@ reparse: "xmlns: '%s' is not a valid URI\n", URL, NULL, NULL); } else { - if ((ctxt->pedantic) && (uri->scheme == NULL)) { + if (uri->scheme == NULL) { xmlNsWarn(ctxt, XML_WAR_NS_URI_RELATIVE, "xmlns: URI %s is not absolute\n", URL, NULL, NULL); -- cgit v1.2.3