Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
4ea1866f7d98d7c0fceec0f5788b769977c1e7ee
/
.
/
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>