mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-07 06:43:02 +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:
@@ -1,3 +1,8 @@
|
|||||||
|
Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmlreader.c: fixing HasValue for namespace as raised by
|
||||||
|
Denys Duchier
|
||||||
|
|
||||||
Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* HTMLparser.c include/libxml/HTMLparser.h: exported
|
* HTMLparser.c include/libxml/HTMLparser.h: exported
|
||||||
|
@@ -2034,6 +2034,7 @@ xmlTextReaderHasValue(xmlTextReaderPtr reader) {
|
|||||||
case XML_CDATA_SECTION_NODE:
|
case XML_CDATA_SECTION_NODE:
|
||||||
case XML_PI_NODE:
|
case XML_PI_NODE:
|
||||||
case XML_COMMENT_NODE:
|
case XML_COMMENT_NODE:
|
||||||
|
case XML_NAMESPACE_DECL:
|
||||||
return(1);
|
return(1);
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user