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