xref: /aosp_15_r20/external/libxml2/result/ent8 (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*7c568831SAndroid Build Coastguard Worker<!DOCTYPE doc [
3*7c568831SAndroid Build Coastguard Worker<!ENTITY test1 "test 1">
4*7c568831SAndroid Build Coastguard Worker<!ENTITY test2 "test 2">
5*7c568831SAndroid Build Coastguard Worker]>
6*7c568831SAndroid Build Coastguard Worker<doc>
7*7c568831SAndroid Build Coastguard Worker   <Content>Reten&#xE7;&#xE3;o</Content>
8*7c568831SAndroid Build Coastguard Worker   <Content>&lt;&gt;</Content>
9*7c568831SAndroid Build Coastguard Worker   <Content>&test1;&test2;</Content>
10*7c568831SAndroid Build Coastguard Worker</doc>
11