← Prev in month ← Prev in thread
Next in thread → Next in month →

Single element in DTD content model

From
Magnus Henriksson (MO/EAB) <>
To
Date
2005-04-13T13:32:44Z
ID
<>
Thread
Single element in DTD content model
Is the following declaration correct:

  <!ELEMENT a (b)*>

or must it be:

  <!ELEMENT a (b*)>


http://www.w3.org/TR/REC-xml/#NT-children seems to allow both, but I'm not sure...


// Magnus
← Prev in month ← Prev in thread
Next in thread → Next in month →