mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-04 18:36:21 +00: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>
|