1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00

9 lines
235 B
Plaintext
Raw Normal View History

<?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 &sampleEnt;'</para></item>