rolled back to 2.9.1 because 2.9.2 doesn't work with connecting net
[platform/upstream/libxml2.git] / test / ent8
1 <!DOCTYPE doc [
2 <!ENTITY test1 "test 1">
3 <!ENTITY test2 "test 2">
4 ]>
5 <doc>
6    <Content>Reten&#231;&#227;o</Content>
7    <Content>&lt;&gt;</Content>
8    <Content>&test1;&test2;</Content>
9 </doc>