aboutsummaryrefslogtreecommitdiffstats
path: root/result/ent10
blob: c46d19fb511fa0614133b288ce3fb8dfc2ff4fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rnode [
<!ELEMENT rnode (f)>
<!ELEMENT f (#PCDATA)>
<!ATTLIST f att1 CDATA #FIXED "J">
<!ENTITY f "
   <f>
   hello world
   </f>
   ">
]>
<rnode>
   &f;
</rnode>