Vidyalelo
JavaScript · Q11

Parsing, Benchmarking And Logging

Programming · JavaScript · question 11

Q11

What is the function of the XML parser?

A.
Converts XML document to XML DOM object
Answer
B.
Converts XML DOM object to XML document
C.
Converts XML DOM object to a comment
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
An XML parser converts an XML document into an XML DOM object – which can then be manipulated with JavaScript.