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.