aboutsummaryrefslogtreecommitdiffstats
path: root/result/noent/ent10
blob: 946aff8dc20545ea8bbb8fad222f2ec59c88aac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>
   hello world
   </f>
   
</rnode>