You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
299 B
10 lines
299 B
<?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><p>An ampersand (&) may be escaped
|
|
numerically (&#38;) or with a general entity
|
|
(&amp;).</p></test>
|