1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/result/ent7
1999-08-10 19:10:03 +00:00

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>&apos;they called me &sampleEnt;&apos;</para>
</item>