Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
libxml2
/
98c1008920cb6d1e3e741f7e1fdd75ad5a663beb
/
.
/
libxml2-2.7.7
/
test
/
dtd8
blob: ce7a2915b0efe3e92434b05986b356db3068a4da [
file
] [
log
] [
blame
]
<!DOCTYPE doc [
<!ELEMENT doc ((a | b) , (c | d))+>
<!ELEMENT a (#PCDATA)>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
<!ELEMENT d (#PCDATA)>
]>
<doc><b>
This
</b><c>
is a valid document
</c></doc>