mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
<!DOCTYPE item [
|
|
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
|
|
<!ENTITY sampleEnt "the hyacinth girl">
|
|
%sampleEnt;
|
|
<!ELEMENT para (#PCDATA)>
|
|
]>
|
|
<item><para>'they called me &sampleEnt;'</para></item>
|