Sign in
fuchsia
/
third_party
/
github.com
/
GNOME
/
libxml2
/
ab362ab0ad3af54406ae8237a525405c6e2a705b
/
.
/
test
/
xml1
blob: 40df24a974eab359f610d0fe97df9681cfcc21de [
file
] [
log
] [
blame
]
<?
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>