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

Related questions

0 votes
asked Apr 27 in AWS by DavidAnderson
+1 vote
asked Jun 17, 2019 in JAVA by reins.robin
...