Imported Upstream version 2.9.6_rc1
[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>