summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/1-levels-nested-dtd.xml
blob: 0dfc15b1653ad02715261b116742dfcca491a58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!-- Test non-deterministic content model matching.

Entity references are not part of the internal DTD subset (for good reason).

-->
<!DOCTYPE root [
<!ELEMENT e0 EMPTY>
<!ENTITY % e1 "(e0,e0)">
<!ELEMENT root (%e1;)?>
]>
<root/>