1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-20 20:43:33 +03:00
Files
libxml2/result/VC/ElementValid5
Daniel Veillard 5344c60dc1 Fixed a few other problems raised by Charlie Bozeman. fixed the output
* 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
2001-12-31 16:37:34 +00:00

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>
^