Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
3d75c2e82806955542a41ff62a5be25e04287d89
/
.
/
test
/
ent3
blob: f9803b8e0cbf739796152349c1a1d6c6559e7952 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
<!ENTITY xml "Extensible Markup Language">
]>
<EXAMPLE
prop1
=
"a&b"
prop2
=
"&xml;"
>
Test of entities in attributes.
</EXAMPLE>