aboutsummaryrefslogtreecommitdiffstats
path: root/debugXML.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2005-07-06 17:39:14 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2005-07-06 17:39:14 +0000
commit0357a308b8e1cc37e5527f27047dc725a4ae17e1 (patch)
tree522e25a5f8d34e6e47a7ca981dda9cef0f770300 /debugXML.c
parentabac41e829e0f75eb78be148b24438ddd607676c (diff)
downloadandroid_external_libxml2-0357a308b8e1cc37e5527f27047dc725a4ae17e1.tar.gz
android_external_libxml2-0357a308b8e1cc37e5527f27047dc725a4ae17e1.tar.bz2
android_external_libxml2-0357a308b8e1cc37e5527f27047dc725a4ae17e1.zip
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
Diffstat (limited to 'debugXML.c')
-rw-r--r--debugXML.c1
1 files changed, 1 insertions, 0 deletions
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)