Login
Remember
Register
Ask a Question
Can you please explain which of the following XML fragments are well-formed?
+1
vote
asked
Aug 10, 2020
in
XML
by
Robindeniel
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"?>
#xml-fragments
#fragments-xml
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 11, 2020
by
SakshiSharma
<?xml version="A.0"?>
...