0 votes
in XML by
Can you please explain which of the following XML fragments are well-formed?

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

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

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

D. None of the above

1 Answer

0 votes
by
<myElement myAttribute="value1 > value2"/>

Related questions

0 votes
asked Sep 18, 2020 in XML by Robindeniel
+1 vote
asked Aug 10, 2020 in XML by Robindeniel
...