Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
libxml2
/
98c1008920cb6d1e3e741f7e1fdd75ad5a663beb
/
.
/
libxml2-2.7.7
/
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>