I would like to insert in a DTD the following ATTLIST:
<!ATTLIST elem operator (=|<>) #REQUIRED>
but the validator tells me that the DTD is not valid, with this error:
Invalid item '=' in DTD ATTLIST Enumeration
Does someone know what I should write to have a correct DTD with the special characters I want to insert?
Thanks.