|
root / base / usr / src / contrib / libxml2 / result / ent8
ent8 Plain Text 11 lines 213 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ENTITY test1 "test 1">
<!ENTITY test2 "test 2">
]>
<doc>
   <Content>Reten&#xE7;&#xE3;o</Content>
   <Content>&lt;&gt;</Content>
   <Content>&test1;&test2;</Content>
</doc>