Files
XML_Data_Parsing/libxml2/result/VC/ElementValid7.rdr
T

7 lines
367 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
./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>
^
./test/VC/ElementValid7:8: element doc: validity error : Element doc content does not follow the DTD, Expecting more children
^