mirror of
https://github.com/openharmony/third_party_libxml2.git
synced 2026-08-24 23:31:27 -04: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>
|
|
^
|