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

A. <myElement myAttribute="someValue"/>

B. <myElement myAttribute=someValue/>

C. <myElement myAttribute=’someValue’>

D. <myElement myAttribute="someValue’/>

1 Answer

0 votes
by
<myElement myAttribute="someValue"/>

Related questions

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