mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-05 16:58:17 +03:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
|
<?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>
|