summaryrefslogtreecommitdiff
path: root/result/xml1
blob: d32f56cd1e26b2c8d3fc8b6e521d1f8ae42bfcdb (plain)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<!DOCTYPE test [
<!ENTITY example "<p>An ampersand (&#38;#38;) may be escaped
 numerically (&#38;#38;#38;) or with a general entity
  (&amp;amp;).</p>">
]>
<test>&example;</test>