Special character for the enum type in DTD Schema
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I try to build a enum type in my DTD scheme. The enum type contains some special characters which I don't know how to deal with it, here is my dtd structure Operator ( > | >= | < | <= | == ) #REQUIRED> The system said the enum type is invalid since I am using '>', '>=" ... these character in my enum list. I try to search the web and did not find anything talk about how can I define a special character in my enum list. Any one have any idea? Thanks for advance!
Nacho