+1 vote
in XML by
Can you please explain which of the following XML fragments are well-formed?

A. <?xml?>

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

C. <?xml encoding="JIS"?>

D. <?xml encoding="JIS" version="A.0"?>

1 Answer

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