mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-28 17:47:00 +03:00
7 lines
393 B
Plaintext
7 lines
393 B
Plaintext
./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not 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>
|
|
^
|
|
./test/VC/ElementValid5:8: element doc: validity error : Element doc content does not follow the DTD, Misplaced b
|
|
|
|
^
|