File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / ent7
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (13 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<!DOCTYPE item [
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
<!ENTITY sampleEnt "the hyacinth girl">
%sampleEnt;
<!ELEMENT para (#PCDATA)>
]>
<item><para>'they called me &sampleEnt;'</para></item>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>