Is it possible to do enumeration to an element in a DTD file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sri seenu

    Is it possible to do enumeration to an element in a DTD file

    <!ATTLIST Car Colour (Red|White|Blue |Black) "Red">

    XML example:
    <payment type="Blue" />
    or
    <payment type=" Red " />
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    despite using the wrong element and attribute names, I see no problem.

    Comment

    Working...