[
Lists Home |
Date Index |
Thread Index
]
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
|