mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-20 20:43:33 +03:00
* DOCBparser.c parser.c valid.c include/libxml/parserInternals.h include/libxml/xmlerror.h include/libxml/xpathInternals.h: Fixed a few other problems raised by Charlie Bozeman. * result/VC/ElementValid[5-7]: fixed the output Daniel
5 lines
259 B
Plaintext
5 lines
259 B
Plaintext
./test/VC/ElementValid5:7: validity error: Element doc content doesn't follow the DTD
|
|
Expecting (a , b* , c+), got (a b c b)
|
|
<doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc>
|
|
^
|