Can be comments or Processing Instructions in a element that his declaration matches Mixed or children?
For example
<!DOCTYPE Root [<!ELEMENT Root Element1>
<!ELEMENT Element1 ANY>] >
<Root>
<!-- Element1 follows-->
<Element1>
</Element1>
</Root>
is valid?
Thank you in advance!
Crystian