mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-15 15:59:41 +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>
|