summaryrefslogtreecommitdiff
path: root/test/VCM/21.xml
blob: 78c87137ce18837411e0dd880af06f0d76ee2af3 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE doc [
<!ELEMENT doc (a, (b | c)*, d*)? >
<!ELEMENT a EMPTY>
<!ELEMENT b EMPTY>
<!ELEMENT c EMPTY>
<!ELEMENT d EMPTY>
]>
<doc><a/><d/></doc>