summaryrefslogtreecommitdiff
path: root/result/noent/ent7
blob: 1c895af6d1c788b2dd41d04c6655b3684a70aeb9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!DOCTYPE item [
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
<!ENTITY sampleEnt "the hyacinth girl">
<!ELEMENT item (para)+>
<!ELEMENT para (#PCDATA)>
]>
<item><para>'they called me the hyacinth girl'</para></item>