From 0357a308b8e1cc37e5527f27047dc725a4ae17e1 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Wed, 6 Jul 2005 17:39:14 +0000 Subject: excluded content string check for XML_ELEMENT_DECL in * debugXML.c: excluded content string check for XML_ELEMENT_DECL in xmlCtxtGenericNodeCheck * runtest.c: changed "open" calls to include O_BINARY for Windows --- debugXML.c | 1 + 1 file changed, 1 insertion(+) (limited to 'debugXML.c') diff --git a/debugXML.c b/debugXML.c index 35e0ad15..3cb2848b 100644 --- a/debugXML.c +++ b/debugXML.c @@ -347,6 +347,7 @@ xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { (node->type != XML_ELEMENT_DECL) && (node->type != XML_ATTRIBUTE_DECL) && (node->type != XML_DTD_NODE) && + (node->type != XML_ELEMENT_DECL) && (node->type != XML_HTML_DOCUMENT_NODE) && (node->type != XML_DOCUMENT_NODE)) { if (node->content != NULL) -- cgit v1.2.3