1. Converts XML document to XML DOM object
  2. Converts XML DOM object to XML document
  3. Converts XML DOM object to a comment
  4. None of the mentioned
4 views

1 Answers

Answer: Option 1

An XML parser converts an XML document into an XML DOM object – which can then be manipulated with JavaScript.

4 views

Related Questions

What is not true about XML?
1 Answers 4 Views