Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.6
/
libxml2
/
8c64a241e4a61175675a49e39b6eb9286caefa25
/
.
/
libxml2-2.7.7
/
test
/
att7
blob: cd31c3d24dea84156c7db303da53e55926ce102b [
file
] [
log
] [
blame
]
Igor Sarkisov
8c64a24
2020-10-06 12:26:22 -0700
[
diff
] [
blame^
]
1
<!DOCTYPE x [
2
<!ELEMENT x (test*)>
3
<!ELEMENT test EMPTY>
4
<!ATTLIST test att CDATA "attvalue">
5
<!ENTITY test.ent "<test/>
">
6
]>
7
<x>
8
<test/>
9
&test.ent;
10
</x>