Accessing the XML DOM -------------------------------------------------------------------------------- One of the great things about XML is the possibility to separate presentation (HTML) from the data. -------------------------------------------------------------------------------- Providing HTML Content From XML Files One of the great things about XML is the possibility to separate presentation (HTML) from the data. By using the XML parser, an HTML page can be constructed as a static document, and an embedded JavaScript can be used to provide dynamic data. The following example reads data from an XML document and writes the XML data into (waiting) HTML elements: Cross Browser Example