File: 066.xml

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (20 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" standalone="yes"?>

<!DOCTYPE any [
<!ELEMENT any ANY>
<!ENTITY e1 SYSTEM "abc" NDATA n1>
<!ENTITY % declare_e2 '<!ENTITY e2 SYSTEM "def" NDATA n2>'>
%declare_e2;
<!ENTITY % declare_e3 SYSTEM "066.ent">
%declare_e3;
<!ELEMENT el EMPTY>
<!ATTLIST el att ENTITY #IMPLIED
>
]>

<any>
  <any><el att="e1"/></any>
  <any><el att="e2"/></any>
  <any><el att="e3"/></any>
</any>