How do I to define a tag wit two attributes that
are mutually exclusive?
So I want the tag to look like this:
<COM:descriptio n choice1="blah">
or
<COM:descriptio n choice2="blahbl ah">
BUT NOT
<COM:descriptio n choice1="blah" choice2="blahbl ah">
are mutually exclusive?
So I want the tag to look like this:
<COM:descriptio n choice1="blah">
or
<COM:descriptio n choice2="blahbl ah">
BUT NOT
<COM:descriptio n choice1="blah" choice2="blahbl ah">
Comment