Re: [xml-dev] Element content

From
Tim Bray <>
To
David LeBlanc <>
Date
2003-01-20T19:34:09Z
ID
<>
Thread
Re: [xml-dev] Element content
David LeBlanc wrote:
> So just to be completely clear on this, if a DTD allows it, then something
> like this would be legal?:
> <node>yada yada yada
> 	<node> blah blah blah </node>
> etc. </node>

Yep.

> or, in xml:
> <!ELEMENT node (node+) >

That declaration is syntactically legal, but no valid element could 
exist (snicker).  Easy to fix though. -Tim