mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
11 lines
249 B
XML
11 lines
249 B
XML
<?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>
|