The function of the XML Parser is to
2013
The function of the XML Parser is to
- A.
convert XML content into HTML content
- B.
convert XML content into DHTML content
- C.
convert XML content into XML DOM content
- D.
convert XML content into binary code
Attempted by 181 students.
Show answer & explanation
Correct answer: C
XML stands for Extensible Markup Language. All modern browsers have a built-in XML parser that can convert XML text into an XML DOM object. The XML DOM defines the properties and methods for accessing and editing XML.
A video solution is available for this question — log in and enroll to watch it.