Files
XML_Data_Parsing/libxml2/result/VC/ElementValid6
T

4 lines
199 B
Plaintext
Raw Normal View History

2026-07-19 22:48:13 +08:00
./test/VC/ElementValid6:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b? , c+)?, got (a b)
<doc><a/><b>lacks c</b></doc>
^