Hello All, The enumeration of values in a DTD must be a list of NMTOKENs as per xml 1.0. To my understanding the NMTOKEN syntax allows a specific set of characters but not all for example @.
I have a requirement to hold an enumerated list of email addresses in a parametric entity. How do I solve this? If I can't use enumeration because @ character is not allowed in an enumerated list, is there any other way of representing a list of values in a dtd? or am I using dtds with a wrong perception?? Uma --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
