1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-20 20:43:33 +03:00
Files
libxml2/result/VC/ElementValid7
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
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>
^