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