i have a simple xml like this:
<whiskey>
<taste></taste>
<taste></taste>
</whiskey>
my problem is now that the user is only allowed to insert some DIFFERENT tastes --> how can i make sure with the DTD file that the user can only type in some 2 different vavalues and not the same...?
Thanks for any help!
greetz