1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

- Updated HTML test outputs

- Fixed taht f....g problem with C++ and includes,
Daniel
This commit is contained in:
Daniel Veillard
1999-12-12 13:03:50 +00:00
parent af78a0e1b9
commit 4a53eca27c
13 changed files with 208 additions and 765 deletions

View File

@ -1931,6 +1931,7 @@ htmlParseAttribute(htmlParserCtxtPtr ctxt, xmlChar **value) {
SKIP_BLANKS;
val = htmlParseAttValue(ctxt);
} else {
/* TODO : some attribute must have values, some may not */
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
ctxt->sax->error(ctxt->userData,
"Specification mandate value for attribute %s\n", name);