I\'m constructing a DTD which has a fuel_system element.
fuel_system
I want to restrict the text between tag. It must be only
Does it have to be a DTD? Is XML Schema an option?
Using XML Schema you can restrict element text to an enumerated list of values: