Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
1234567 <?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>
<?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>