[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: Single element in DTD content model
- From: "Magnus Henriksson \(MO/EAB\)" <magnus.henriksson@ericsson.com>
- Date: Wed, 13 Apr 2005 15:32:44 +0200
- Thread-index: AcVALUWA7TAMaEzqQVWNIK7SPgieOw==
- Thread-topic: 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
|