Does Microsoft Internet Explorer 4.0 support XML?
Yes, Internet Explorer 4.0 supports XML with the following features: • A generalized XML parser reads XML files and hands them off for processing to applications such as viewers. Microsoft has two parsers for use by application developers: the Microsoft XML parser in C++ and the Microsoft XML parser in Java. • The XML Object Model (XML OM) uses the World Wide Web Consortium (W3C) standard Document Object Model (DOM) to allow programmatic access to the structured data, through the XML parsers, giving developers the power to interact and compute on the data. For more information, see the DOM specification . • The XML Data Source Object (XML DSO) allows developers to connect to structured XML data and supply it to the HTML page using Dynamic HTML’s data binding facility.