T
Tony
How do I to define a tag wit two attributes that
are mutually exclusive?
So I want the tag to look like this:
<COM:description choice1="blah">
or
<COM:description choice2="blahblah">
BUT NOT
<COM:description choice1="blah" choice2="blahblah">
are mutually exclusive?
So I want the tag to look like this:
<COM:description choice1="blah">
or
<COM:description choice2="blahblah">
BUT NOT
<COM:description choice1="blah" choice2="blahblah">