File: 2-levels-nested-dtd.xml

package info (click to toggle)
qt6-5compat 6.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 26,312 kB
  • sloc: cpp: 61,842; xml: 1,656; ansic: 34; python: 21; makefile: 16; sh: 1
file content (13 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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)">
<!ENTITY % e2 "(%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;,%e1;)">
<!ELEMENT root (%e2;)?>
]>
<root/>