File: t2.xml

package info (click to toggle)
libxmlada 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,212 kB
  • sloc: ada: 78,068; sh: 3,310; makefile: 394; xml: 111; python: 39
file content (14 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<!DOCTYPE mydtd [
 <!ENTITY e "&#38;">
 <!ENTITY a "abc">
 <!ENTITY b "<foo></foo>">
 <!ENTITY % c "'foo'">
 <!ENTITY f SYSTEM "t3.xml">
  ] >
<a b="&a;">
  &b;
  &e;b;>
  &f;
  &amp;
</a>