+1 vote
in XML by
Can you please explain what is the correct syntax of the declaration which defines the XML version?

A. <xml version="A.0" />

B. <?xml version="A.0"?>

C. <?xml version="A.0" />

D. None of the above

1 Answer

0 votes
by
<?xml version="A.0"?>
...