rolled back to 2.9.1 because 2.9.2 doesn't work with connecting net
[platform/upstream/libxml2.git] / test / ent7
1 <!DOCTYPE item [
2 <!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
3 <!ENTITY sampleEnt "the hyacinth girl">
4 %sampleEnt;
5 <!ELEMENT para (#PCDATA)>
6 ]>
7 <item><para>'they called me &sampleEnt;'</para></item>