List of possible choices in a DTD

Thorsten Kitz (thoki@csi.com)
Mon, 10 Nov 1997 12:51:50 +0100


Hey,

I have a really simple problem: I like to define a choice list in a DTD, eg
for element <Weekdays> a list of possible values like "Monday", "Tuesday",
etc.

How can I do this? From my point of knowledge, it can't be done with an
entity
declaration, because it is just like a text replacement and it can't be done
with
an element declaration either (maybe I have overseen something).

Thanks for any help,

Thorsten.