Let's consider using XML in conjunction with the DOM. When passing structured data between the server and the client, Ajax applications often use XML because it is easy to generate and parse. When the XMLHttpRequest object receives XML data, it parses and stores the data as an XML DOM object in the responseXML property.
Why does the XML DOM used in the above example?