mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-13 15:16:19 +00:00
8 lines
202 B
XML
8 lines
202 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE test [
|
|
<!ENTITY example "<p>An ampersand (&#38;) may be escaped
|
|
numerically (&#38;#38;) or with a general entity
|
|
(&amp;).</p>" >
|
|
]>
|
|
<test>&example;</test>
|