blob: de066f9d2385e4c6a8365a4065ea89e81676b84d [file] [log] [blame]
William M. Brack4119d1c2004-06-24 02:24:44 +00001<?xml version="1.0" standalone="yes"?>
2<!DOCTYPE root [
3<!ELEMENT root (cont1, (cont1, cont2?)+)>
4 <!ELEMENT cont1 EMPTY>
5 <!ELEMENT cont2 EMPTY>
6]>
7<root>
8 <cont1/>
9 <cont1/>
10 <cont1/>
11 <cont1/>
12</root>