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
182 B
Plaintext
5 lines
182 B
Plaintext
./test/VC/ElementValid6:7: validity error: Element doc content doesn't follow the DTD
|
|
Expecting (a , b? , c+)?, got (a b)
|
|
<doc><a/><b>lacks c</b></doc>
|
|
^
|