1 <!DOCTYPE doc [ 2 <!ENTITY test1 "test 1"> 3 <!ENTITY test2 "test 2"> 4 ]> 5 <doc> 6 <Content>Retenção</Content> 7 <Content><></Content> 8 <Content>&test1;&test2;</Content> 9 </doc> 10