What is the level of XML support in Internet Explorer 5.0?
Internet Explorer 5 provides the following XML support: • Direct viewing of XML. The Microsoft XML implementation lets users view XML using XSL or cascading style sheets (CSS) with their Web browser, just as they view HTML documents. • High-performance, validating XML engine. The XML engine familiar to Internet Explorer 4.0 developers has been substantially enhanced and fully supports W3C XML 1.0 and XML name spaces, which let developers qualify element names uniquely on the Web and thereby avoid conflicts between elements with the same name. Native XML support in Windows means that developers can count on the full XML processing capabilities being present to read and manipulate the data they move between their applications and components. • Extensible Style Language for Transformations (XSLT) support. With the Microsoft XSLT processor, which is based on the latest W3C Working Draft, developers can apply style sheets to XML data and display the data in a dynamic and flexible way that c