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