Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
080152c9017a0ee4b97149d54f85fea3ab348b6d
/
.
/
test
/
valid
/
t10.xml
blob: de066f9d2385e4c6a8365a4065ea89e81676b84d [
file
] [
log
] [
blame
]
<?
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>