From 9403a0495dcbdfa430b669b4e3d689d8e208c687 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 28 May 2001 11:00:53 +0000 Subject: - TODO: updated - nanohttp.[ch] : started adding APIs to get the - TODO: updated - nanohttp.[ch] : started adding APIs to get the redirected URL when this occurs (needed for further base computation - tree.h: cleanup - encoding.c: cleanup - SAX.c: minor change around ctxt->loadsubset Daniel --- SAX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SAX.c') diff --git a/SAX.c b/SAX.c index ca5ae0f0..03f3988a 100644 --- a/SAX.c +++ b/SAX.c @@ -201,7 +201,7 @@ externalSubset(void *ctx, const xmlChar *name, name, ExternalID, SystemID); #endif if (((ExternalID != NULL) || (SystemID != NULL)) && - (((ctxt->validate) || (ctxt->loadsubset)) && + (((ctxt->validate) || (ctxt->loadsubset != 0)) && (ctxt->wellFormed && ctxt->myDoc))) { /* * Try to fetch and parse the external subset. -- cgit v1.2.3