mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
fixing HasValue for namespace as raised by Denys Duchier Daniel
* xmlreader.c: fixing HasValue for namespace as raised by Denys Duchier Daniel
This commit is contained in:
@ -2034,6 +2034,7 @@ xmlTextReaderHasValue(xmlTextReaderPtr reader) {
|
||||
case XML_CDATA_SECTION_NODE:
|
||||
case XML_PI_NODE:
|
||||
case XML_COMMENT_NODE:
|
||||
case XML_NAMESPACE_DECL:
|
||||
return(1);
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user