0 votes
in XML by
How can we make attributes have multiple values:

A. <myElement myAttribute="value1 value2"/>

B. <myElement myAttribute="value1" myAttribute="value2"/>

C. <myElement myAttribute="value1, value2"/>

D. attributes cannot have multiple values

1 Answer

0 votes
by
attributes cannot have multiple values
...