|
root / base / usr / src / contrib / libxml2 / test / ent7
ent7 Plain Text 8 lines 201 B
1
2
3
4
5
6
7
<!DOCTYPE item [
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
<!ENTITY sampleEnt "the hyacinth girl">
%sampleEnt;
<!ELEMENT para (#PCDATA)>
]>
<item><para>'they called me &sampleEnt;'</para></item>