Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the function of the XML parser?

  2. A.

     Converts XML document to XML DOM object

    B.

     Converts XML DOM object to XML document

    C.

     Converts XML DOM object to a comment

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment