libxml / result /valid /t10.xml
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE root [
<!ELEMENT root (cont1 , (cont1 , cont2?)+)>
<!ELEMENT cont1 EMPTY>
<!ELEMENT cont2 EMPTY>
]>
<root>
<cont1/>
<cont1/>
<cont1/>
<cont1/>
</root>