Sign in
fuchsia
/
third_party
/
libxml2
/
db07dd613e461df93dde7902c6505629bf0734e9
/
.
/
test
/
att7
blob: cd31c3d24dea84156c7db303da53e55926ce102b [
file
] [
log
] [
blame
]
<!DOCTYPE x [
<!ELEMENT x (test*)>
<!ELEMENT test EMPTY>
<!ATTLIST test att CDATA "attvalue">
<!ENTITY test.ent "<test/>
">
]>
<x>
<test/>
&test.ent;
</x>