File: 063.xml

package info (click to toggle)
pxp 1.2.0~test1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,980 kB
  • ctags: 2,039
  • sloc: ml: 21,222; xml: 2,597; sh: 845; makefile: 712
file content (17 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" standalone="yes"?>

<!DOCTYPE any [
<!ELEMENT any ANY>
<!ENTITY e1 "abc">
<!ENTITY % declare_e2 '<!ENTITY e2 "def">'>
%declare_e2;
<!ENTITY % declare_e3 SYSTEM "063.ent">
%declare_e3;
]>

<any>
  &e1;
  &e2;
  &e3;
</any>