Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
libxml2
/
98c1008920cb6d1e3e741f7e1fdd75ad5a663beb
/
.
/
libxml2-2.7.7
/
test
/
dtd9
blob: 144b8c55ad89a40458f28b4f63426108d0fdadb0 [
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><d>
is a valid document
</d></doc>