mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
4 lines
238 B
Plaintext
4 lines
238 B
Plaintext
./test/VC/ElementValid7:7: element doc: validity error : Element doc content does not 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>
|
|
^
|