Sign in
fuchsia
/
third_party
/
libxml2
/
514ab399550a9bfcd4a5eb60e921d06a1d38af9e
/
.
/
test
/
VC
/
ElementValid5
blob: 2cef3c49f08940155ccb845e502fa4e29a70cb0c [
file
] [
log
] [
blame
]
<!DOCTYPE doc [
<!ELEMENT doc (a , b* , c+)>
<!ELEMENT a EMPTY>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
]>
<doc><a/><b>
but this
</b><c>
was not declared
</c><b>
seems
</b></doc>