Comment and PI in a Mixed or children elements...

Crystian (cmatei@agora.ro)
Fri, 8 May 1998 21:29:07 +-300


Hi,

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